mirror of
https://github.com/junegunn/fzf.git
synced 2026-05-25 09:48:49 +08:00
Fix lint warnings (#4586)
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...
This commit is contained in:
+1
-1
@@ -502,7 +502,7 @@ func Run(opts *Options) (int, error) {
|
||||
return item.acceptNth(opts.Ansi, opts.Delimiter, fn)
|
||||
}
|
||||
}
|
||||
for i := 0; i < count; i++ {
|
||||
for i := range count {
|
||||
opts.Printer(transformer(merger.Get(i).item))
|
||||
}
|
||||
if count == 0 {
|
||||
|
||||
Reference in New Issue
Block a user