obey the linter

This commit is contained in:
laser
2020-06-19 09:20:20 -07:00
parent de7d6c255c
commit fbeaab466a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ var setBlocklistCmd = &cli.Command{
if err != nil {
log.Fatal(err)
}
defer file.Close()
defer file.Close() //nolint:errcheck
scanner = bufio.NewScanner(file)
}