aboutsummaryrefslogtreecommitdiffstats
path: root/commands/select.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/select.go')
-rw-r--r--commands/select.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/select.go b/commands/select.go
index 7c40df5c..f2ae33ca 100644
--- a/commands/select.go
+++ b/commands/select.go
@@ -4,10 +4,11 @@ import (
"errors"
"fmt"
+ "github.com/spf13/cobra"
+
"github.com/MichaelMure/git-bug/cache"
"github.com/MichaelMure/git-bug/commands/select"
"github.com/MichaelMure/git-bug/util/interrupt"
- "github.com/spf13/cobra"
)
func runSelect(cmd *cobra.Command, args []string) error {