mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
Next batch of lint fixes (#2108)
This commit is contained in:
parent
6f1b3958ed
commit
7e1c9b4119
37 changed files with 23 additions and 50 deletions
|
|
@ -3467,8 +3467,6 @@ var MiscFlagSection = FlagSection{
|
|||
for !eof {
|
||||
line, err := lineReader.ReadString('\n')
|
||||
if err == io.EOF {
|
||||
err = nil
|
||||
eof = true
|
||||
break
|
||||
}
|
||||
lineno++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue