Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sdojjy committed Nov 26, 2021
1 parent 30534be commit 88d50f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/applier/redo.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (ra *RedoApplier) consumeLogs(ctx context.Context) error {
return err
}

for tableID, _ := range tableResolvedTsMap {
for tableID := range tableResolvedTsMap {
_, err = s.FlushRowChangedEvents(ctx, tableID, resolvedTs)
if err != nil {
return err
Expand Down

0 comments on commit 88d50f7

Please sign in to comment.