From 881094f1d620983048b8896fbdeb7e47bc3f7c29 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 4 May 2018 16:25:05 +1000 Subject: [PATCH] misc: whitespace --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index c271356e..1254ba20 100755 --- a/neofetch +++ b/neofetch @@ -4270,7 +4270,7 @@ get_user_config() { # Check $config_file. if [[ -f "$config_file" ]]; then source "$config_file" - err "Config: Sourced user config. (${config_file})" + err "Config: Sourced user config. (${config_file})" old_options return fi