Skip to content

Commit 7fdd7ab

Browse files
authored
chore: inline comment to appease golangci-lint (#382)
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent e1a2827 commit 7fdd7ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/cardano-node-api/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ import (
1919
"fmt"
2020
"log/slog"
2121
"net/http"
22-
// #nosec G108
23-
_ "net/http/pprof"
22+
_ "net/http/pprof" // #nosec G108
2423
"os"
2524
"time"
2625

0 commit comments

Comments
 (0)