mirror of
https://github.com/tw93/Mole.git
synced 2026-03-24 12:20:06 +00:00
chore: auto format code
This commit is contained in:
@@ -1073,7 +1073,7 @@ perform_cleanup() {
|
|||||||
summary_details+=("$summary_line")
|
summary_details+=("$summary_line")
|
||||||
|
|
||||||
# Movie comparison only if unit is GB and >= 1GB
|
# Movie comparison only if unit is GB and >= 1GB
|
||||||
if [[ "$freed_unit" == "GB" ]] && \
|
if [[ "$freed_unit" == "GB" ]] &&
|
||||||
[[ $(echo "$freed_value >= 1" | bc) -eq 1 ]]; then
|
[[ $(echo "$freed_value >= 1" | bc) -eq 1 ]]; then
|
||||||
|
|
||||||
local movies
|
local movies
|
||||||
|
|||||||
Reference in New Issue
Block a user