Skip to content

Commit af13023

Browse files
committed
adjust format
1 parent bd0df3b commit af13023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spinner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function _spinner() {
4949

5050
while :
5151
do
52-
printf "\b${sp:$((i++%${#sp})):1}"
52+
printf "\b${sp:$((i++%${#sp})):1}"
5353
sleep $delay
5454
done
5555
;;

0 commit comments

Comments
 (0)