1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-09 01:29:19 +00:00

chore: auto format code

This commit is contained in:
Tw93
2025-12-17 03:02:06 +00:00
parent 27205c653d
commit ba8bc3dc8f
3 changed files with 6 additions and 7 deletions

View File

@@ -79,7 +79,6 @@ truncate_by_display_width() {
return
fi
# Fallback: Use pure bash character iteration
# Since we need to know the width of *each* character to truncate at the right spot,
# we cannot just use the total width formula on the whole string.