Commit ee3cdbc
authored
fix(lint): remove redundant check (#2)
Remove a check that is unreachable because uint64 can never be < 0.
The intended effect is already done by the underlying journal, which
will return a non-nil err in the event of an error.
Signed-off-by: Erik Swanson <erik@retailnext.net>1 parent 523ceb3 commit ee3cdbc
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | 176 | | |
181 | 177 | | |
182 | 178 | | |
| |||
0 commit comments