From d0faaa33c60d59c5af45448de7876dab471e469e Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 14 Jan 2026 06:10:25 +0000 Subject: [PATCH] chore: auto format code --- lib/core/common.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/core/common.sh b/lib/core/common.sh index 0b4e6b8..cc74c63 100755 --- a/lib/core/common.sh +++ b/lib/core/common.sh @@ -191,7 +191,10 @@ remove_apps_from_dock() { local url url=$(/usr/libexec/PlistBuddy -c "Print :persistent-apps:$i:tile-data:file-data:_CFURLString" "$plist" 2> /dev/null || echo "") - [[ -z "$url" ]] && { ((i++)); continue; } + [[ -z "$url" ]] && { + ((i++)) + continue + } # Match by full path only to avoid removing apps with the same label. if [[ -n "$full_path" && "$url" == *"$full_path"* ]]; then