diff options
author | Santiago M. Mola <santi@mola.io> | 2017-06-13 14:27:45 +0200 |
---|---|---|
committer | Santiago M. Mola <santi@mola.io> | 2017-06-13 14:27:45 +0200 |
commit | 78dfa584698c14c7d8cdd822a65f6db9e053de7a (patch) | |
tree | 6f15c060bbfe72187999540779fb1226ce041fc5 /plumbing/format/idxfile/encoder_test.go | |
parent | 2a00316b65585be2bf68e1ea9c0e42c6af4f5679 (diff) | |
download | go-git-78dfa584698c14c7d8cdd822a65f6db9e053de7a.tar.gz |
fix gofmt
Diffstat (limited to 'plumbing/format/idxfile/encoder_test.go')
-rw-r--r-- | plumbing/format/idxfile/encoder_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plumbing/format/idxfile/encoder_test.go b/plumbing/format/idxfile/encoder_test.go index fab87b3..1fc4e9c 100644 --- a/plumbing/format/idxfile/encoder_test.go +++ b/plumbing/format/idxfile/encoder_test.go @@ -4,9 +4,10 @@ import ( "bytes" "io/ioutil" - . "gopkg.in/check.v1" "github.com/src-d/go-git-fixtures" "gopkg.in/src-d/go-git.v4/plumbing" + + . "gopkg.in/check.v1" ) func (s *IdxfileSuite) TestEncode(c *C) { |