readability: remove useless whitespace in echo
This commit is contained in:
parent
0d24e86401
commit
4befc36c8b
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user