Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information