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:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user