Skip to content

Commit 69cd629

Browse files
committed
chore: auto format code
1 parent 18b177f commit 69cd629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/core/app_protection.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ find_app_files() {
418418
[[ -d ~/Library/Application\ Support/"$nospace_name" ]] && files_to_clean+=("$HOME/Library/Application Support/$nospace_name")
419419
[[ -d ~/Library/Caches/"$nospace_name" ]] && files_to_clean+=("$HOME/Library/Caches/$nospace_name")
420420
[[ -d ~/Library/Logs/"$nospace_name" ]] && files_to_clean+=("$HOME/Library/Logs/$nospace_name")
421-
421+
422422
local underscore_name="${app_name// /_}"
423423
[[ -d ~/Library/Application\ Support/"$underscore_name" ]] && files_to_clean+=("$HOME/Library/Application Support/$underscore_name")
424424
fi
@@ -612,7 +612,7 @@ find_app_system_files() {
612612
# System Application Support
613613
[[ -d /Library/Application\ Support/"$app_name" ]] && system_files+=("/Library/Application Support/$app_name")
614614
[[ -d /Library/Application\ Support/"$bundle_id" ]] && system_files+=("/Library/Application Support/$bundle_id")
615-
615+
616616
# Sanitized App Name (remove spaces)
617617
if [[ ${#app_name} -gt 3 && "$app_name" =~ [[:space:]] ]]; then
618618
local nospace_name="${app_name// /}"

0 commit comments

Comments
 (0)