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