From b9072c2389b9525c4453909065a6cc03e8c57b4f Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 17 Jan 2026 01:59:47 +0000 Subject: [PATCH] chore: auto format code --- lib/core/app_protection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/app_protection.sh b/lib/core/app_protection.sh index 5a49ad4..bcd1d97 100755 --- a/lib/core/app_protection.sh +++ b/lib/core/app_protection.sh @@ -956,7 +956,7 @@ find_app_receipt_files() { fi # Normalize path (remove duplicate slashes) - clean_path=$(tr -s "/" <<<"$clean_path") + clean_path=$(tr -s "/" <<< "$clean_path") # ------------------------------------------------------------------------ # Safety check: restrict removal to trusted paths