Fix OPEN_FOR_IDE error
This commit is contained in:
parent
02e173b601
commit
b1c82e9779
|
@ -117,7 +117,7 @@ struct DifferentClustersSameRVWorkload : TestWorkload {
|
|||
state UID lockUid = g_random->randomUniqueID();
|
||||
wait(delay(self->switchAfter));
|
||||
state Future<Void> watchFuture;
|
||||
wait(runRYWTransaction(cx, [=](Reference<ReadYourWritesTransaction> tr) -> Future<Void> {
|
||||
wait(runRYWTransaction(cx, [=](Reference<ReadYourWritesTransaction> tr) mutable -> Future<Void> {
|
||||
watchFuture = tr->watch(self->keyToWatch);
|
||||
return Void();
|
||||
}));
|
||||
|
|
Loading…
Reference in New Issue