Update fdbserver/PaxosConfigConsumer.actor.cpp

Co-authored-by: Trevor Clinkenbeard <trevor.clinkenbeard@snowflake.com>
This commit is contained in:
Lukas Joswiak 2022-03-16 08:59:12 -07:00 committed by GitHub
parent 582ba5d519
commit c3e48fff9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ public:
}
return smallest;
}
return invalidVersion;
return ::invalidVersion;
}
Future<Void> complete() const { return waitForAll(actors); }
};