Skip to content

Commit

Permalink
pypi publish
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Sep 26, 2024
1 parent f4452a0 commit d047b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/ast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ parameter::parameter(parameter const& other) : m_val(other.m_val) {
}

void parameter::init_eh(ast_manager & m) {
if (is_ast()) { x
if (is_ast()) {
m.inc_ref(get_ast());
}
}
Expand Down

0 comments on commit d047b86

Please sign in to comment.