style: lint ci error (#19147)

This commit is contained in:
Halimao 2024-01-20 01:13:58 +08:00 committed by GitHub
parent 8d0696326b
commit 5a8a3885a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -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 (

View File

@ -134,8 +134,6 @@ func (itr iterator) Next() {
} else {
itr.source.Next()
}
return
}
func (itr *iterator) Error() error {