Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils committed Oct 30, 2023
1 parent 6cfcb26 commit 0260cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dnslookup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func run() int {
if err != nil {
panic(err)
}
defer f.Close()
defer func() { _ = f.Close() }()

writeTestOutputf(f, "starting functional test")

Expand Down

0 comments on commit 0260cf4

Please sign in to comment.