aboutsummaryrefslogtreecommitdiffstats
path: root/repository
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-02-24 17:40:52 +0100
committerMichael Muré <batolettre@gmail.com>2019-03-01 22:52:53 +0100
commit475b7b4c490bc3729772932f2d7bbcabb8f781a7 (patch)
tree345d35ce5cb563a470a06c87c13a0ce78ea576cd /repository
parent2fd5f71b592eeebd0c0c4c770a7dac88d7eae80a (diff)
downloadgit-bug-475b7b4c490bc3729772932f2d7bbcabb8f781a7.tar.gz
a round of cleanup
Diffstat (limited to 'repository')
-rw-r--r--repository/tree_entry_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/repository/tree_entry_test.go b/repository/tree_entry_test.go
index b5f774d3..58da075c 100644
--- a/repository/tree_entry_test.go
+++ b/repository/tree_entry_test.go
@@ -1,8 +1,9 @@
package repository
import (
- "github.com/MichaelMure/git-bug/util/git"
"testing"
+
+ "github.com/MichaelMure/git-bug/util/git"
)
func TestTreeEntryFormat(t *testing.T) {