Format fix.
This commit is contained in:
parent
9f577a8675
commit
d1fe48ce84
|
@ -78,7 +78,8 @@ ACTOR Future<bool> setProcessClass(Reference<IDatabase> db, KeyRef network_addre
|
|||
loop {
|
||||
preCheckFilterTr->setOption(FDBTransactionOptions::SPECIAL_KEY_SPACE_ENABLE_WRITES);
|
||||
try {
|
||||
state ThreadFuture<Optional<Value>> result = preCheckFilterTr->get(network_address.withPrefix(fdb_cli::processClassTypeSpecialKeyRange.begin));
|
||||
state ThreadFuture<Optional<Value>> result =
|
||||
preCheckFilterTr->get(network_address.withPrefix(fdb_cli::processClassTypeSpecialKeyRange.begin));
|
||||
Optional<Value> val = wait(safeThreadFutureToFuture(result));
|
||||
if (!val.present()) {
|
||||
printf("No matching addresses found\n");
|
||||
|
|
Loading…
Reference in New Issue