Fix formatting issue
This commit is contained in:
parent
250a88e682
commit
e7d2abd764
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue