Skip to content

Commit b0417db

Browse files
Update whitespace.
Trying to get the ruff-format to succeed.
1 parent 9efd1f8 commit b0417db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

adafruit_display_text/scrolling_label.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,9 @@ def max_characters(self):
168168
@max_characters.setter
169169
def max_characters(self, new_max_characters):
170170
"""Recalculate the full text based on the new max characters.
171-
This is necessary to correctly handle the potential space at the end of
172-
the text.
171+
172+
This is necessary to correctly handle the potential space at the end of
173+
the text.
173174
"""
174175
if new_max_characters != self._max_characters:
175176
self._max_characters = new_max_characters

0 commit comments

Comments
 (0)