Fix formatting issue

This commit is contained in:
A.J. Beamon 2022-02-24 12:28:13 -08:00
parent 250a88e682
commit e7d2abd764
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ TraceEvent debugMutationEnabled(const char* context, Version version, MutationRe
for (auto& labelKey : debugKeys) {
if (((mutation.type == mutation.ClearRange || mutation.type == mutation.DebugKeyRange) &&
KeyRangeRef(mutation.param1, mutation.param2).contains(labelKey.second)) ||
KeyRangeRef(mutation.param1, mutation.param2).contains(labelKey.second)) ||
mutation.param1 == labelKey.second) {
label = labelKey.first;
break;