aboutsummaryrefslogtreecommitdiffstats
path: root/commands/show.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/show.go')
-rw-r--r--commands/show.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/show.go b/commands/show.go
index 8cf3e34a..fe7581a7 100644
--- a/commands/show.go
+++ b/commands/show.go
@@ -3,10 +3,11 @@ package commands
import (
"errors"
"fmt"
+ "strings"
+
"github.com/MichaelMure/git-bug/bug"
"github.com/MichaelMure/git-bug/util"
"github.com/spf13/cobra"
- "strings"
)
func runShowBug(cmd *cobra.Command, args []string) error {