1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

run gofmt

This commit is contained in:
Anthony HAMON
2018-08-26 02:20:01 +02:00
parent 2d9f7009fa
commit f6ab11e4ee
5 changed files with 5 additions and 5 deletions

View File

@ -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"
)