We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b3579 commit 8763e9dCopy full SHA for 8763e9d
scripts/utils.sh
@@ -29,7 +29,7 @@ normalize_percent_len() {
29
percent_len=${#1}
30
let diff_len=$max_len-$percent_len
31
# if the diff_len is even, left will have 1 more space than right
32
- let left_spaces=($diff_len + 1)/2
+ let left_spaces=($diff_len+1)/2
33
let right_spaces=($diff_len)/2
34
printf "%${left_spaces}s%s%${right_spaces}s\n" "" $1 ""
35
}
0 commit comments