mirror of
https://github.com/Z3Prover/z3
synced 2026-04-29 07:13:37 +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;
|
return;
|
||||||
node<Config> *p = n->parent();
|
node<Config> *p = n->parent();
|
||||||
if (p && any_of(C, [n](auto const& l) {
|
if (p && any_of(C, [n](auto const& l) {
|
||||||
return l == n->get_literal(); }
|
return l == n->get_literal(); })) {
|
||||||
})) {
|
|
||||||
close_with_core(p, C);
|
close_with_core(p, C);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue