From 2f4ad6fea2fb6a57c78413fb44120cf7fd24ad7c Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 19 Mar 2017 15:02:17 +0200 Subject: [PATCH] benchmark: harmonize progress bar + stderr output Add a space for minimal readability. PR-URL: https://github.com/nodejs/node/pull/11925 Reviewed-By: Joyee Cheung Reviewed-By: James M Snell --- benchmark/_benchmark_progress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/_benchmark_progress.js b/benchmark/_benchmark_progress.js index 4b42248f246858..4afae2f77d4d2f 100644 --- a/benchmark/_benchmark_progress.js +++ b/benchmark/_benchmark_progress.js @@ -104,7 +104,7 @@ class BenchmarkProgress { `| ${fraction(completedFiles, scheduledFiles)} files ` + `| ${fraction(completedRunsForFile, runsPerFile)} runs ` + `| ${fraction(completedConfig, scheduledConfig)} configs]` + - `: ${caption}`; + `: ${caption} `; } updateProgress(finished) {