Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
robdockins committed Aug 12, 2022
1 parent f7052e8 commit 9ca6b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SAWScript/Proof.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ propToSATQuery sc unintSet prop =
Nothing -> fail $ "propToSATQuery: expected EqTrue, actual:\n" ++ showTerm tm'
Just tmBool -> return (UniversalAssert (reverse vars) (reverse xs) tmBool)

processAssert mmap tp =
processAssert mmap tp =
case asEqTrue tp of
Just x -> return (BoolAssert x)
_ -> processUnivAssert mmap [] [] tp
Expand Down

0 comments on commit 9ca6b13

Please sign in to comment.