mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
missing newline
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ae09c6ed9d
commit
9561dd3371
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ std::ostream& PackedMatrix::display_sparse(std::ostream& out) const {
|
|||
first = false;
|
||||
}
|
||||
}
|
||||
out << "\n";
|
||||
}
|
||||
return out;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue