small formatting fix
This commit is contained in:
parent
058557a3b1
commit
13e4f6d7e1
|
@ -2277,8 +2277,7 @@ ACTOR Future<Void> sameVersionDiffValue(Version ver, Key key, Optional<Value> va
|
||||||
metadata->watchFutureSS.cancel();
|
metadata->watchFutureSS.cancel();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (valSS ==
|
if (valSS == value) { // val_3 == val_2 (storage server value matches value passed into the function -> new watch)
|
||||||
value) { // val_3 == val_2 (storage server value matches value passed into the function -> new watch)
|
|
||||||
metadata = makeReference<WatchMetadata>(key, value, ver, info, tags);
|
metadata = makeReference<WatchMetadata>(key, value, ver, info, tags);
|
||||||
KeyRef keyRef = cx->setWatchMetadata(metadata);
|
KeyRef keyRef = cx->setWatchMetadata(metadata);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue