Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta committed May 15, 2023
1 parent c4aaae1 commit a5bf4da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ddl/backfilling_scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ func (w *addIndexIngestWorker) HandleTask(rs idxRecResult) {
result.totalCount = cnt
result.nextKey = nextKey
result.err = w.checkpointMgr.UpdateCurrent(rs.id, count)
count = cnt
} else {
result.addedCount = count
result.scanCount = count
Expand Down

0 comments on commit a5bf4da

Please sign in to comment.