Next batch of lint fixes (#2108)

This commit is contained in:
John Kerl 2026-06-28 17:36:36 -04:00 committed by GitHub
parent 6f1b3958ed
commit 7e1c9b4119
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 23 additions and 50 deletions

View file

@ -3467,8 +3467,6 @@ var MiscFlagSection = FlagSection{
for !eof {
line, err := lineReader.ReadString('\n')
if err == io.EOF {
err = nil
eof = true
break
}
lineno++