mirror of
https://github.com/Z3Prover/z3
synced 2025-10-21 14:50:32 +00:00
Fix formatting issues in search_tree.h
This commit is contained in:
parent
287825366f
commit
94cdbe5d87
1 changed files with 1 additions and 2 deletions
|
@ -173,8 +173,7 @@ namespace search_tree {
|
|||
return;
|
||||
node<Config> *p = n->parent();
|
||||
if (p && any_of(C, [n](auto const& l) {
|
||||
return l == n->get_literal(); }
|
||||
})) {
|
||||
return l == n->get_literal(); })) {
|
||||
close_with_core(p, C);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue