1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-17 02:19:09 +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
# Set global vars for selector
export PURGE_CATEGORY_SIZES=$(IFS=,; echo "${item_sizes[*]}")
export PURGE_RECENT_CATEGORIES=$(IFS=,; echo "${item_recent_flags[*]}")
export PURGE_CATEGORY_SIZES=$(
IFS=,
echo "${item_sizes[*]}"
)
export PURGE_RECENT_CATEGORIES=$(
IFS=,
echo "${item_recent_flags[*]}"
)
# Interactive selection (only if terminal is available)
PURGE_SELECTION_RESULT=""