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" "$@"
|
printf "${bold}%s${reset}\n" "$@"
|
||||||
}
|
}
|
||||||
note() {
|
note() {
|
||||||
printf "${underline}${bold}${blue}Note:${reset} ${blue}%s${reset}\n" "$@"
|
printf "${underline}${bold}${blue}Note:${reset} ${blue}%s${reset}\n" "$@"
|
||||||
}
|
}
|
||||||
function substring() {
|
function substring() {
|
||||||
local _length=${#1}
|
local _length=${#1}
|
||||||
|
Loading…
Reference in New Issue
Block a user