From 3452c3bde5c0bddfd52bb827d07d4a1e1ed3fb09 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Thu, 30 Nov 2017 01:50:43 +0100 Subject: all: gofmt -s --- storage/test/storage_suite.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/test/storage_suite.go') 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 { -- cgit