diff options
author | ferhat elmas <elmas.ferhat@gmail.com> | 2017-11-30 01:50:43 +0100 |
---|---|---|
committer | ferhat elmas <elmas.ferhat@gmail.com> | 2017-11-30 01:50:43 +0100 |
commit | 3452c3bde5c0bddfd52bb827d07d4a1e1ed3fb09 (patch) | |
tree | ad76444a1116647465341c02a8b49a273d363eed /storage/test/storage_suite.go | |
parent | 174fd8e5b2150dbd4cf522bb4a98fb9d79ebc6f4 (diff) | |
download | go-git-3452c3bde5c0bddfd52bb827d07d4a1e1ed3fb09.tar.gz |
all: gofmt -s
Diffstat (limited to 'storage/test/storage_suite.go')
-rw-r--r-- | storage/test/storage_suite.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/test/storage_suite.go b/storage/test/storage_suite.go index 18e0086..79a12c5 100644 --- a/storage/test/storage_suite.go +++ b/storage/test/storage_suite.go @@ -13,8 +13,8 @@ import ( "gopkg.in/src-d/go-git.v4/plumbing/storer" "gopkg.in/src-d/go-git.v4/storage" - "gopkg.in/src-d/go-git-fixtures.v3" . "gopkg.in/check.v1" + "gopkg.in/src-d/go-git-fixtures.v3" ) type Storer interface { |