aboutsummaryrefslogtreecommitdiffstats
path: root/commands/title_edit.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/title_edit.go')
-rw-r--r--commands/title_edit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/title_edit.go b/commands/title_edit.go
index a9e7fe4b..a1ba0324 100644
--- a/commands/title_edit.go
+++ b/commands/title_edit.go
@@ -3,8 +3,8 @@ package commands
import (
"github.com/spf13/cobra"
+ "github.com/MichaelMure/git-bug/commands/input"
_select "github.com/MichaelMure/git-bug/commands/select"
- "github.com/MichaelMure/git-bug/input"
"github.com/MichaelMure/git-bug/util/text"
)