From 4befc36c8b8877d3eaa99843596f0ae9692b8021 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Fri, 17 Jul 2020 14:52:30 +0200 Subject: [PATCH] readability: remove useless whitespace in echo --- dot_zsh_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zsh_functions b/dot_zsh_functions index 585a9cc..d4c1f19 100644 --- a/dot_zsh_functions +++ b/dot_zsh_functions @@ -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}