Clean up extra spaces

Clean up extra spaces, although these errors are not important, they affect the code specification.

Signed-off-by: jayonlau <jayonlau@gmail.com>
This commit is contained in:
jayonlau 2021-07-14 15:23:01 +08:00 committed by David Ko
parent 06ec6424af
commit a1359e90a6

View File

@ -32,7 +32,7 @@ check_engine_state(){
echo "Err: Longhorn engine for volume ${VOLUME_NAME} is not running" echo "Err: Longhorn engine for volume ${VOLUME_NAME} is not running"
exit 1 exit 1
fi fi
} }
exec_command() { exec_command() {