Skip to content
Snippets Groups Projects
Commit 8348f51d authored by Philippe Suter's avatar Philippe Suter
Browse files

cosmetic

parent d39f5560
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ class VerificationReport(val conditions : Seq[VerificationCondition]) {
conditions.map(VerificationReport.infoLine).mkString("\n", "\n", "\n") +
VerificationReport.infoSep +
("║ total: %-4d valid: %-4d invalid: %-4d unknown %-4d " +
(" " * 18) +
" %-3.3f ║\n").format(totalConditions, totalValid, totalInvalid, totalUnknown, totalTime) +
(" " * 16) +
" %7.3f ║\n").format(totalConditions, totalValid, totalInvalid, totalUnknown, totalTime) +
VerificationReport.infoFooter
} else {
"No verification conditions were analyzed."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment