From d40783cca9da3061e481c4fb32a2e484e5c32bb7 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 28 Feb 2026 07:27:33 +0000 Subject: [PATCH] chore: auto format code --- lib/core/base.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/core/base.sh b/lib/core/base.sh index 75f33ff..14dd48d 100644 --- a/lib/core/base.sh +++ b/lib/core/base.sh @@ -533,7 +533,6 @@ bytes_to_human_kb() { bytes_to_human "$((${1:-0} * 1024))" } - # ============================================================================ # Temporary File Management # ============================================================================ @@ -758,4 +757,3 @@ is_ansi_supported() { ;; esac } -