Skip to content

Commit

Permalink
style: lint ci error (#19147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Halimao authored Jan 19, 2024
1 parent 8d06963 commit 5a8a388
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions simapp/app_config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//nolint:unused,nolintlint // ignore unused code linting and directive `//nolint:unused // ignore unused code linting` is unused for linter "unused"
package simapp

import (
Expand Down
2 changes: 0 additions & 2 deletions store/storage/rocksdb/iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ func (itr iterator) Next() {
} else {
itr.source.Next()
}

return
}

func (itr *iterator) Error() error {
Expand Down

0 comments on commit 5a8a388

Please sign in to comment.