Skip to content

Commit

Permalink
make pretty
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Oct 10, 2024
1 parent b5e8d20 commit 6f45483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
// This is called by main.main(). It only needs to happen once to the rootCmd.
func Execute() {
// rootCmd represents the base command when called without any subcommands
var root = &cobra.Command{
root := &cobra.Command{
Use: "vt",
Short: "Utils tools for testing, running and benchmarking Vitess.",
}
Expand Down
4 changes: 3 additions & 1 deletion go/tester/tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ package tester
import (
"encoding/json"
"fmt"
log "github.com/sirupsen/logrus"
"os"
"strconv"
"strings"

log "github.com/sirupsen/logrus"

"vitess.io/vitess/go/mysql"
"vitess.io/vitess/go/test/endtoend/cluster"
"vitess.io/vitess/go/test/endtoend/utils"
Expand Down

0 comments on commit 6f45483

Please sign in to comment.