Add bracketing newlines.

This commit is contained in:
Vyas Ramasubramani
2021-05-26 11:00:43 -07:00
committed by Allison Vacanti
parent 1002082817
commit f1715786fd

View File

@@ -108,6 +108,7 @@ def get_row(cmp_benches, ref_benches):
rows, faileds = zip(*get_row(cmp_benches, ref_benches))
print()
print(
tabulate.tabulate(
rows,
@@ -129,5 +130,6 @@ print(
tablefmt="github",
)
)
print()
sys.exit(any(faileds))