summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git.go
diff options
context:
space:
mode:
authorAnthony HAMON <anthony.hamon@iadvize.com>2018-08-26 02:20:01 +0200
committerAnthony HAMON <anthony.hamon@iadvize.com>2018-08-26 02:20:01 +0200
commitf6ab11e4ee1bf0e90b94af28fb16a74ef10e0ae0 (patch)
tree7b78d6f2d5fe93e2ffb0a1b06f63f1b655f59994 /pkg/commands/git.go
parent2d9f7009fa64507c3f0dfe9817deed29cdbf4a9b (diff)
run gofmt
Diffstat (limited to 'pkg/commands/git.go')
-rw-r--r--pkg/commands/git.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/git.go b/pkg/commands/git.go
index ec257c441..e5ee5dbfa 100644
--- a/pkg/commands/git.go
+++ b/pkg/commands/git.go
@@ -7,9 +7,9 @@ import (
"os/exec"
"strings"
- "github.com/sirupsen/logrus"
"github.com/jesseduffield/gocui"
"github.com/jesseduffield/lazygit/pkg/utils"
+ "github.com/sirupsen/logrus"
gitconfig "github.com/tcnksm/go-gitconfig"
gogit "gopkg.in/src-d/go-git.v4"
)