Skip to content

Commit

Permalink
Merge pull request #553 from bacongobbler/fix-style-tests
Browse files Browse the repository at this point in the history
run go fmt on dashboard.go
  • Loading branch information
Matthew Fisher committed Jul 17, 2018
2 parents 49660d6 + b8e8c95 commit fb2b791
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions brig/cmd/brig/commands/dashboard.go
Expand Up @@ -67,8 +67,7 @@ var dashboard = &cobra.Command{
}

// block until the user sends a CTRL+C
select {
}
select {}
},
}

Expand Down

0 comments on commit fb2b791

Please sign in to comment.