3
0
Fork 0
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:
Nikolaj Bjorner 2022-12-07 11:24:43 -08:00
parent ae09c6ed9d
commit 9561dd3371

View file

@ -380,6 +380,7 @@ std::ostream& PackedMatrix::display_sparse(std::ostream& out) const {
first = false;
}
}
out << "\n";
}
return out;
}