Apply Clang format

This commit is contained in:
Junhyun Shim 2022-07-11 17:10:45 +02:00
parent 545a9a8043
commit dbf8f98481
2 changed files with 2 additions and 3 deletions

View File

@ -3650,8 +3650,7 @@ ACTOR Future<Void> watchStorageServerResp(int64_t tenantId, Key key, Database cx
}
ACTOR Future<Void> sameVersionDiffValue(Database cx, Reference<WatchParameters> parameters) {
state ReadYourWritesTransaction tr(
cx, parameters->tenant.name.castTo<TenantName>());
state ReadYourWritesTransaction tr(cx, parameters->tenant.name.castTo<TenantName>());
loop {
try {
if (!parameters->tenant.name.present()) {

View File

@ -1,5 +1,5 @@
/*
* CreateTenant.actor.cpp
* CreateTenant.actor.cpp
*
* This source file is part of the FoundationDB open source project
*