Skip to content

Commit fd8c3cb

Browse files
Appease the linter.
Signed-off-by: Arthur Schreiber <[email protected]>
1 parent b0e2f64 commit fd8c3cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/vt/discovery/keyspace_events.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ func (kss *keyspaceState) getMoveTablesStatus(vs *vschemapb.SrvVSchema) (*MoveTa
474474
mu := sync.Mutex{}
475475
eg, ectx := errgroup.WithContext(shortCtx)
476476
for _, sstate := range kss.shards {
477+
sstate := sstate
477478
eg.Go(func() error {
478479
si, err := ts.GetShard(ectx, kss.keyspace, sstate.target.Shard)
479480
if err != nil {

0 commit comments

Comments
 (0)