Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jun 20, 2021
1 parent 8d37495 commit 02644b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sat/smt/q_clause.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace q {
binding* b = m_bindings;
if (b) {
do {
b->display(ctx, num_decls(), out) << " - " << b << "\n";
b->display(ctx, num_decls(), out) << "\n";
b = b->next();
}
while (b != m_bindings);
Expand Down

0 comments on commit 02644b5

Please sign in to comment.