remove one empty line

This commit is contained in:
Jan 2024-02-11 21:53:39 +01:00
parent dd3754f4b5
commit 527300888f
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ msg_info() {
SPINNER_PID=$! SPINNER_PID=$!
} }
# This function displays a success message with a green color. # This function displays a success message with a green color.
msg_ok() { msg_ok() {
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi