diff options
Diffstat (limited to 'cmd/dexcon-simulation/main.go')
-rw-r--r-- | cmd/dexcon-simulation/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/dexcon-simulation/main.go b/cmd/dexcon-simulation/main.go index a9a8b10..d79f60e 100644 --- a/cmd/dexcon-simulation/main.go +++ b/cmd/dexcon-simulation/main.go @@ -84,6 +84,7 @@ func main() { if err := pprof.WriteHeapProfile(f); err != nil { log.Fatal("could not write memory profile: ", err) } + // #nosec G104 f.Close() } } |