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 3af6cc8 commit 201a033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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,12 +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/sqltypes"
"vitess.io/vitess/go/vt/key"
"vitess.io/vitess/go/vt/proto/topodata"
Expand Down

0 comments on commit 201a033

Please sign in to comment.