3
0
Fork 0
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:
Nikolaj Bjorner 2025-10-11 21:30:41 -07:00 committed by GitHub
parent 287825366f
commit 94cdbe5d87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}