diff options
Diffstat (limited to 'repository/tree_entry_test.go')
-rw-r--r-- | repository/tree_entry_test.go | 3 |
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) { |