small formatting fix

This commit is contained in:
Nim Wijetunga 2021-02-12 12:57:33 -05:00
parent 058557a3b1
commit 13e4f6d7e1
1 changed files with 1 additions and 2 deletions

View File

@ -2277,8 +2277,7 @@ ACTOR Future<Void> sameVersionDiffValue(Version ver, Key key, Optional<Value> va
metadata->watchFutureSS.cancel();
}
if (valSS ==
value) { // val_3 == val_2 (storage server value matches value passed into the function -> new watch)
if (valSS == value) { // val_3 == val_2 (storage server value matches value passed into the function -> new watch)
metadata = makeReference<WatchMetadata>(key, value, ver, info, tags);
KeyRef keyRef = cx->setWatchMetadata(metadata);