Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Nov 8, 2024
1 parent e3a03d4 commit e9969eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func main() {
if os.Getenv("OMQ_FGROF") == "true" {
http.DefaultServeMux.Handle("/debug/fgprof", fgprof.Handler())
go func() {
http.ListenAndServe(":6060", nil)
_ = http.ListenAndServe(":6060", nil)
}()
}

Expand Down

0 comments on commit e9969eb

Please sign in to comment.