aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_commit.go
diff options
context:
space:
mode:
Diffstat (limited to 'worktree_commit.go')
-rw-r--r--worktree_commit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worktree_commit.go b/worktree_commit.go
index ee5cd82..f0e0b42 100644
--- a/worktree_commit.go
+++ b/worktree_commit.go
@@ -2,6 +2,7 @@ package git
import (
"path"
+ "sort"
"strings"
"gopkg.in/src-d/go-git.v4/plumbing"
@@ -11,7 +12,6 @@ import (
"gopkg.in/src-d/go-git.v4/storage"
"gopkg.in/src-d/go-billy.v4"
- "sort"
)
// Commit stores the current contents of the index in a new commit along with