From 61cf5271ebaf346e2d8e09b5e7254337371ddd29 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 28 Feb 2026 01:50:15 +0000 Subject: [PATCH] chore: auto format code --- lib/clean/user.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/clean/user.sh b/lib/clean/user.sh index ae48055..0a66ade 100644 --- a/lib/clean/user.sh +++ b/lib/clean/user.sh @@ -1031,8 +1031,8 @@ check_large_file_candidates() { fi fi - if [[ "${SYSTEM_CLEAN:-false}" != "true" ]] && command -v tmutil > /dev/null 2>&1 \ - && defaults read /Library/Preferences/com.apple.TimeMachine AutoBackup 2> /dev/null | grep -qE '^[01]$'; then + if [[ "${SYSTEM_CLEAN:-false}" != "true" ]] && command -v tmutil > /dev/null 2>&1 && + defaults read /Library/Preferences/com.apple.TimeMachine AutoBackup 2> /dev/null | grep -qE '^[01]$'; then local snapshot_list snapshot_count snapshot_list=$(run_with_timeout 3 tmutil listlocalsnapshots / 2> /dev/null || true) if [[ -n "$snapshot_list" ]]; then