Skip to content

Commit

Permalink
fix(style): change import formatting to satisfy goimport fails (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
technosophos committed Jul 17, 2018
1 parent ac187ce commit 13e770f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion brig/cmd/brig/commands/dashboard.go
Expand Up @@ -7,11 +7,13 @@ import (
"os/signal"
"syscall"

"github.com/Azure/brigade/pkg/portforwarder"
"github.com/bacongobbler/browser"
"github.com/spf13/cobra"

"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/kubernetes"

"github.com/Azure/brigade/pkg/portforwarder"
)

const (
Expand Down

0 comments on commit 13e770f

Please sign in to comment.