Skip to content

Commit

Permalink
fix linter complain
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Jun 10, 2024
1 parent b2f4c85 commit 7253e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kindnet-controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func main() {
}

go func() {
healthzServer.ListenAndServe()
_ = healthzServer.ListenAndServe()
}()
defer healthzServer.Close()

Expand Down

0 comments on commit 7253e7c

Please sign in to comment.