aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/idxfile/decoder_test.go
diff options
context:
space:
mode:
authorSantiago M. Mola <santi@mola.io>2017-06-13 14:27:45 +0200
committerSantiago M. Mola <santi@mola.io>2017-06-13 14:27:45 +0200
commit78dfa584698c14c7d8cdd822a65f6db9e053de7a (patch)
tree6f15c060bbfe72187999540779fb1226ce041fc5 /plumbing/format/idxfile/decoder_test.go
parent2a00316b65585be2bf68e1ea9c0e42c6af4f5679 (diff)
downloadgo-git-78dfa584698c14c7d8cdd822a65f6db9e053de7a.tar.gz
fix gofmt
Diffstat (limited to 'plumbing/format/idxfile/decoder_test.go')
-rw-r--r--plumbing/format/idxfile/decoder_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/plumbing/format/idxfile/decoder_test.go b/plumbing/format/idxfile/decoder_test.go
index 27aa59b..609f4e3 100644
--- a/plumbing/format/idxfile/decoder_test.go
+++ b/plumbing/format/idxfile/decoder_test.go
@@ -5,10 +5,11 @@ import (
"fmt"
"testing"
- . "gopkg.in/check.v1"
"github.com/src-d/go-git-fixtures"
"gopkg.in/src-d/go-git.v4/plumbing/format/packfile"
"gopkg.in/src-d/go-git.v4/storage/memory"
+
+ . "gopkg.in/check.v1"
)
func Test(t *testing.T) { TestingT(t) }