mirror of
https://github.com/tw93/Mole.git
synced 2026-02-16 16:25:17 +00:00
chore: auto format code
This commit is contained in:
@@ -79,7 +79,6 @@ truncate_by_display_width() {
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Fallback: Use pure bash character iteration
|
# Fallback: Use pure bash character iteration
|
||||||
# Since we need to know the width of *each* character to truncate at the right spot,
|
# 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.
|
# we cannot just use the total width formula on the whole string.
|
||||||
|
|||||||
Reference in New Issue
Block a user