Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta committed Jan 10, 2023
1 parent ffd09ca commit d4db030
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ddl/index_merge_tmp.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func (w *mergeIndexWorker) batchCheckTemporaryUniqueKey(txn kv.Transaction, idxR
idxRecords[i].skip = true
}
}

} else if idxRecords[i].distinct {
// The keys in w.batchCheckKeys also maybe duplicate,
// so we need to backfill the not found key into `batchVals` map.
Expand Down

0 comments on commit d4db030

Please sign in to comment.