mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 18:32:18 +08:00
Apply Clang format
This commit is contained in:
parent
545a9a8043
commit
dbf8f98481
@ -3650,8 +3650,7 @@ ACTOR Future<Void> watchStorageServerResp(int64_t tenantId, Key key, Database cx
|
|||||||
}
|
}
|
||||||
|
|
||||||
ACTOR Future<Void> sameVersionDiffValue(Database cx, Reference<WatchParameters> parameters) {
|
ACTOR Future<Void> sameVersionDiffValue(Database cx, Reference<WatchParameters> parameters) {
|
||||||
state ReadYourWritesTransaction tr(
|
state ReadYourWritesTransaction tr(cx, parameters->tenant.name.castTo<TenantName>());
|
||||||
cx, parameters->tenant.name.castTo<TenantName>());
|
|
||||||
loop {
|
loop {
|
||||||
try {
|
try {
|
||||||
if (!parameters->tenant.name.present()) {
|
if (!parameters->tenant.name.present()) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* CreateTenant.actor.cpp
|
* CreateTenant.actor.cpp
|
||||||
*
|
*
|
||||||
* This source file is part of the FoundationDB open source project
|
* This source file is part of the FoundationDB open source project
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user