3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

formatting updates

This commit is contained in:
Nikolaj Bjorner 2023-04-12 14:28:08 -07:00
parent f61168cd53
commit 444238bc53
2 changed files with 3 additions and 4 deletions

View file

@ -92,7 +92,7 @@ br_status maximize_ac_sharing::reduce_app(func_decl * f, unsigned num_args, expr
else {
result = m.mk_app(f, numeral, _args[0]);
}
TRACE("ac_sharing_detail", tout << "result: " << mk_pp(result, m) << "\n";);
TRACE("ac_sharing_detail", tout << "result: " << result << "\n";);
return BR_DONE;
}
}