From 045df37b7c4615de077063efd4a4b7c1378bce4c Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 12 Dec 2025 12:18:37 +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 849a9bd..b9c3776 100644 --- a/lib/clean/user.sh +++ b/lib/clean/user.sh @@ -209,8 +209,8 @@ clean_application_support_logs() { # Explicit safety check for System Settings / Login Items (Issue #122) if [[ "$app_name" =~ backgroundtaskmanagement || "$app_name" =~ loginitems ]]; then - debug_log "Skipping critical system component: $app_name" - continue + debug_log "Skipping critical system component: $app_name" + continue fi # Clean log directories - simple direct removal without deep scanning