Skip to content

Commit b95fbe7

Browse files
committed
pkg/signal: normalize comment formatting
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 1d97da6 commit b95fbe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/signal/trap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func Trap(cleanup func(), logger interface {
6161
DumpStacks("")
6262
logger.Info("Forcing docker daemon shutdown without cleanup on SIGQUIT")
6363
}
64-
//for the SIGINT/TERM, and SIGQUIT non-clean shutdown case, exit with 128 + signal #
64+
// for the SIGINT/TERM, and SIGQUIT non-clean shutdown case, exit with 128 + signal #
6565
os.Exit(128 + int(sig.(syscall.Signal)))
6666
}(sig)
6767
}

0 commit comments

Comments
 (0)