style(kiauh.sh): remove whitespace

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-03-19 19:23:54 +01:00
parent 4409331441
commit 8257e95c46

View File

@@ -121,7 +121,7 @@ print_error(){
[ -z "${1}" ] && return
echo -e "${red}"
echo -e "#########################################################"
echo -e " ${1} "
echo -e " ${1} "
echo -e "#########################################################"
echo -e "${white}"
}
@@ -130,7 +130,7 @@ print_confirm(){
[ -z "${1}" ] && return
echo -e "${green}"
echo -e "#########################################################"
echo -e " ${1} "
echo -e " ${1} "
echo -e "#########################################################"
echo -e "${white}"
}