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 } -