From 736dcfd59326828fd659125982bc8e6c65f0dd0e Mon Sep 17 00:00:00 2001 From: buildplan Date: Fri, 17 Oct 2025 23:06:37 +0100 Subject: [PATCH] trim whitespaces --- du_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du_setup.sh b/du_setup.sh index 1bea841..08ac65e 100644 --- a/du_setup.sh +++ b/du_setup.sh @@ -258,7 +258,7 @@ print_separator() { local header_text="$1" local color="${2:-$YELLOW}" local separator_char="${3:-=}" - + printf '%s\n' "${color}${header_text}${NC}" printf "${separator_char}%.0s" $(seq 1 ${#header_text}) printf '\n'