1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-16 23:59:10 +00:00

chore: auto format code

This commit is contained in:
Tw93
2025-12-18 06:17:29 +00:00
parent 61b0986fc6
commit fccc589fbd

View File

@@ -551,8 +551,14 @@ clean_project_artifacts() {
fi fi
# Set global vars for selector # Set global vars for selector
export PURGE_CATEGORY_SIZES=$(IFS=,; echo "${item_sizes[*]}") export PURGE_CATEGORY_SIZES=$(
export PURGE_RECENT_CATEGORIES=$(IFS=,; echo "${item_recent_flags[*]}") IFS=,
echo "${item_sizes[*]}"
)
export PURGE_RECENT_CATEGORIES=$(
IFS=,
echo "${item_recent_flags[*]}"
)
# Interactive selection (only if terminal is available) # Interactive selection (only if terminal is available)
PURGE_SELECTION_RESULT="" PURGE_SELECTION_RESULT=""