Commit daf6d63
committed
Fix unreachable clause warning in notifications.ex
Remove duplicate error clause that was causing compilation to fail with --warnings-as-errors. The clause at line 903 was unreachable because line 886 already matches all non-Postgrex errors.1 parent bf55eca commit daf6d63
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | 902 | | |
911 | 903 | | |
912 | 904 | | |
| |||
0 commit comments