From ffce5aeb2abf0aa2f840420121c1dd994b2ce48d Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 28 Dec 2025 12:11:02 +0000 Subject: [PATCH] chore: auto format code --- lib/clean/system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clean/system.sh b/lib/clean/system.sh index 1c6d9ea..a863ba7 100644 --- a/lib/clean/system.sh +++ b/lib/clean/system.sh @@ -214,7 +214,7 @@ clean_time_machine_failed_backups() { fi # Skip if backup is running (check actual Running status, not just daemon existence) - if tmutil status 2>/dev/null | grep -q "Running = 1"; then + if tmutil status 2> /dev/null | grep -q "Running = 1"; then if [[ "$spinner_active" == "true" ]]; then stop_section_spinner fi