Skip to content

Commit

Permalink
Minor output aesthetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adisidev committed Sep 20, 2024
1 parent d34cd92 commit 5bec0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stress_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ run_map() {
curr_cli="${cli} -W"
fi

printf "\ncartogram ${map} ${csv} ${curr_cli}\n\n"
printf "cartogram ${map} ${csv} ${curr_cli}\n\n"
draw_progress_bar 0
stdbuf -oL cartogram ${map} ${csv} ${curr_cli} 2>&1 |
while read line; do
Expand Down

0 comments on commit 5bec0e4

Please sign in to comment.