Skip to content

Commit 11277f6

Browse files
committed
fix: remove extra new line on runner::spinner()
1 parent 4b251c0 commit 11277f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/runner.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ function runner::load_bench_files() {
5050
}
5151

5252
function runner::spinner() {
53-
if env::is_simple_output_enabled; then
54-
progress::blank_line
55-
fi
56-
5753
local delay=0.1
5854
local spin_chars="|/-\\"
5955
while true; do

0 commit comments

Comments
 (0)