Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
roysc committed Aug 24, 2021
1 parent 0e04e23 commit 3494b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/memdb/iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (i *memDBIterator) Next() bool {

// Error implements Iterator.
func (i *memDBIterator) Error() error {
return nil // famous last words
return nil
}

// Key implements Iterator.
Expand Down

0 comments on commit 3494b38

Please sign in to comment.