mirror of
https://codeberg.org/scip/gfn.git
synced 2025-12-16 02:10:57 +01:00
more lint fixes
This commit is contained in:
@@ -75,7 +75,11 @@ func PrintColumns(conf *Config, names []string, output io.Writer) error {
|
||||
log.Fatalf("failed to print to output: %s", err)
|
||||
}
|
||||
}
|
||||
fmt.Fprintln(output)
|
||||
_, err := fmt.Fprintln(output)
|
||||
if err != nil {
|
||||
log.Fatalf("failed to print to output: %s", err)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user