Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed Nov 28, 2024
1 parent 9937aa8 commit 1ad2d64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tools/map-shard-for-value/map-shard-for-value.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ import (
"context"
"encoding/hex"
"fmt"
flag "github.com/spf13/pflag"
"log"
"os"
"strconv"
"strings"

flag "github.com/spf13/pflag"

"vitess.io/vitess/go/vt/topo"

"vitess.io/vitess/go/sqltypes"
Expand Down
3 changes: 2 additions & 1 deletion tools/map-shard-for-value/map-shard-for-value_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ package main
import (
"bufio"
"fmt"
"github.com/stretchr/testify/require"
"strings"
"testing"

"github.com/stretchr/testify/require"
)

func TestProcess(t *testing.T) {
Expand Down

0 comments on commit 1ad2d64

Please sign in to comment.