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 --- plumbing/format/packfile/scanner_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/format/packfile/scanner_test.go') diff --git a/plumbing/format/packfile/scanner_test.go b/plumbing/format/packfile/scanner_test.go index ab87642..000be7f 100644 --- a/plumbing/format/packfile/scanner_test.go +++ b/plumbing/format/packfile/scanner_test.go @@ -6,8 +6,8 @@ import ( "gopkg.in/src-d/go-git.v4/plumbing" - "gopkg.in/src-d/go-git-fixtures.v3" . "gopkg.in/check.v1" + "gopkg.in/src-d/go-git-fixtures.v3" ) type ScannerSuite struct { -- cgit