Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
cli: Whitespace fix
Browse files Browse the repository at this point in the history
Remove blank line.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Apr 25, 2018
1 parent 7c6856f commit fc8d913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/signals.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func fatalSignals() []syscall.Signal {

for sig := range sigFatal {
signals = append(signals, sig)

}

return signals
Expand Down

0 comments on commit fc8d913

Please sign in to comment.