diff --git a/fdbclient/NativeAPI.actor.cpp b/fdbclient/NativeAPI.actor.cpp index 3c0b44149e..1b46989cc0 100644 --- a/fdbclient/NativeAPI.actor.cpp +++ b/fdbclient/NativeAPI.actor.cpp @@ -2277,8 +2277,7 @@ ACTOR Future sameVersionDiffValue(Version ver, Key key, Optional 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(key, value, ver, info, tags); KeyRef keyRef = cx->setWatchMetadata(metadata);