Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Jan 15, 2025
1 parent 496aeff commit 48a50c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtorc/logic/tablet_discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func refreshAllTablets() {

// keyRangesContainShard returns true if a slice of key ranges contains the provided shard.
func keyRangesContainShard(keyRanges []*topodatapb.KeyRange, shard string) (bool, error) {
shard, shardKeyRange, err := topo.ValidateShardName(shard)
_, shardKeyRange, err := topo.ValidateShardName(shard)
if err != nil {
return false, err
}
Expand Down

0 comments on commit 48a50c4

Please sign in to comment.