Skip to content

Commit

Permalink
Appease the linter.
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schreiber <[email protected]>
  • Loading branch information
arthurschreiber committed Nov 8, 2024
1 parent b0e2f64 commit fd8c3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/discovery/keyspace_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ func (kss *keyspaceState) getMoveTablesStatus(vs *vschemapb.SrvVSchema) (*MoveTa
mu := sync.Mutex{}
eg, ectx := errgroup.WithContext(shortCtx)
for _, sstate := range kss.shards {
sstate := sstate
eg.Go(func() error {
si, err := ts.GetShard(ectx, kss.keyspace, sstate.target.Shard)
if err != nil {
Expand Down

0 comments on commit fd8c3cb

Please sign in to comment.