1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 17:55:08 +00:00

chore: auto format code

This commit is contained in:
Tw93
2026-02-28 07:27:33 +00:00
parent c8190772ac
commit d40783cca9

View File

@@ -533,7 +533,6 @@ bytes_to_human_kb() {
bytes_to_human "$((${1:-0} * 1024))"
}
# ============================================================================
# Temporary File Management
# ============================================================================
@@ -758,4 +757,3 @@ is_ansi_supported() {
;;
esac
}