diff options
Diffstat (limited to 'text_utils.py')
| -rw-r--r-- | text_utils.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/text_utils.py b/text_utils.py index 94df3e3..cfed169 100644 --- a/text_utils.py +++ b/text_utils.py @@ -136,9 +136,7 @@ def distribute_strings( return retval -def justify_string_by_chunk( - string: str, width: int = 80, padding: str = " " -) -> str: +def justify_string_by_chunk(string: str, width: int = 80, padding: str = " ") -> str: """ Justifies a string. |
