Skip to content

Commit a643c14

Browse files
committed
TIL \notIn
1 parent bd97a0a commit a643c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReplicaEngine/tla/ReplicaEngine.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ begin
294294
useLuceneUpdateDocument := FALSE;
295295
indexIntoLucene := TRUE;
296296
else
297-
if FALSE = (req.type \in {ADD, RETRY_ADD})
297+
if req.type \notin {ADD, RETRY_ADD}
298298
then
299299
maxSeqNoOfNonAppendOnlyOperations := Max(maxSeqNoOfNonAppendOnlyOperations, req.seqno);
300300
end if;

0 commit comments

Comments
 (0)