diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-12-01 00:45:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-01 00:45:24 +0100 |
commit | e20d3347d26f0b7193502e2ad7386d7c504b0cde (patch) | |
tree | 6ddca7f00be6731853ecee6c7a885dcd6d0f297a /plumbing/revlist | |
parent | b0f6b4786b58b4add6e54d354311fc1084764b36 (diff) | |
parent | 3452c3bde5c0bddfd52bb827d07d4a1e1ed3fb09 (diff) | |
download | go-git-e20d3347d26f0b7193502e2ad7386d7c504b0cde.tar.gz |
Merge pull request #672 from ferhatelmas/gofmt-s
all: gofmt -s
Diffstat (limited to 'plumbing/revlist')
-rw-r--r-- | plumbing/revlist/revlist_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/revlist/revlist_test.go b/plumbing/revlist/revlist_test.go index e6419f4..55d9bca 100644 --- a/plumbing/revlist/revlist_test.go +++ b/plumbing/revlist/revlist_test.go @@ -8,8 +8,8 @@ import ( "gopkg.in/src-d/go-git.v4/plumbing/storer" "gopkg.in/src-d/go-git.v4/storage/filesystem" - "gopkg.in/src-d/go-git-fixtures.v3" . "gopkg.in/check.v1" + "gopkg.in/src-d/go-git-fixtures.v3" ) func Test(t *testing.T) { TestingT(t) } |