Skip to content

Commit 55815b7

Browse files
committed
format
1 parent c77b078 commit 55815b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/goto-instrument/code_contracts.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ void code_contractst::add_quantified_variable(
169169
replace_symbolt &replace,
170170
irep_idt mode)
171171
{
172-
if(
173-
expression.id() == ID_not || expression.id() == ID_typecast)
172+
if(expression.id() == ID_not || expression.id() == ID_typecast)
174173
{
175174
// For unary connectives, recursively check for
176175
// nested quantified formulae in the term

0 commit comments

Comments
 (0)