Skip to content

Commit

Permalink
minor syntax fix BooleanInstrumenter
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-amilon committed Mar 2, 2024
1 parent 4ec2d78 commit 818639a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class BooleanInstrumentationOperator(exq : ExtendedQuantifierWithPredicate)
pred(o, i, alienSubstMap)) &
newLo === oldLo & newHi === oldHi
case _ =>
storeEmptySeq)
storeEmptySeq
}
val storeOutside = storeEmptySeq

Expand Down

0 comments on commit 818639a

Please sign in to comment.