From e78305546c4e72b8a8f568c92c1f86330563aa2d Mon Sep 17 00:00:00 2001
From: Tommi Virtanen <tv@eagain.net>
Date: Tue, 28 Apr 2015 16:18:26 -0700
Subject: [PATCH] gofmt

---
 cmd/ipfs/main.go         | 1 -
 commands/cli/helptext.go | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/cmd/ipfs/main.go b/cmd/ipfs/main.go
index 8024471a2..da4946aac 100644
--- a/cmd/ipfs/main.go
+++ b/cmd/ipfs/main.go
@@ -116,7 +116,6 @@ func main() {
 		}
 	}
 
-
 	// ok now handle parse error (which means cli input was wrong,
 	// e.g. incorrect number of args, or nonexistent subcommand)
 	if parseErr != nil {
diff --git a/commands/cli/helptext.go b/commands/cli/helptext.go
index 9d607c0fd..f9ca4d127 100644
--- a/commands/cli/helptext.go
+++ b/commands/cli/helptext.go
@@ -14,8 +14,8 @@ const (
 	requiredArg = "<%v>"
 	optionalArg = "[<%v>]"
 	variadicArg = "%v..."
-	shortFlag  = "-%v"
-	longFlag  = "--%v"
+	shortFlag   = "-%v"
+	longFlag    = "--%v"
 	optionType  = "(%v)"
 
 	whitespace = "\r\n\t "
-- 
GitLab