Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed Jun 24, 2024
1 parent 6780061 commit 86eaa01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sygnal/gcmpushkin.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,6 @@ def truncate_str(input: str, max_bytes: int) -> tuple[str, bool]:
Returns:
Tuple of (truncated string, whether truncation took place)
"""

str_bytes = input.encode("utf-8")
Expand Down

0 comments on commit 86eaa01

Please sign in to comment.