From db2acd9b8d38fbf91f416071e19650ff6d13be31 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Fri, 24 Apr 2015 15:04:59 -0700 Subject: [PATCH] gofmt --- cmd/ipfs/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/ipfs/main.go b/cmd/ipfs/main.go index 2ad90cfc1..30b11dfa4 100644 --- a/cmd/ipfs/main.go +++ b/cmd/ipfs/main.go @@ -487,7 +487,6 @@ func (ih *IntrHandler) Close() error { return nil } - // Handle starts handling the given signals, and will call the handler // callback function each time a signal is catched. The function is passed // the number of times the handler has been triggered in total, as