Skip to content

Commit 848f537

Browse files
committed
Fix formatting
1 parent e680ac9 commit 848f537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/benchmark/format.ts

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function getRatioRow(result: BenchmarkResult, prevResult: BenchmarkResult | null
4949
if (ratio < 1 / threshold) {
5050
return `\u001b[92m${str}\u001b[0m`; // green
5151
}
52+
5253
return str;
5354
}
5455

0 commit comments

Comments
 (0)