readability: remove useless whitespace in echo

This commit is contained in:
MorganGeek 2020-07-17 14:52:30 +02:00
parent 0d24e86401
commit 4befc36c8b

View File

@ -29,7 +29,7 @@ bold() {
printf "${bold}%s${reset}\n" "$@"
}
note() {
printf "${underline}${bold}${blue}Note:${reset} ${blue}%s${reset}\n" "$@"
printf "${underline}${bold}${blue}Note:${reset} ${blue}%s${reset}\n" "$@"
}
function substring() {
local _length=${#1}