Skip to content

Commit 51ba2d1

Browse files
Removed extra whitespace.
Matching style.
1 parent 8a95594 commit 51ba2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/scrolling_label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def text(self):
156156
@text.setter
157157
def text(self, new_text):
158158
self.full_text = new_text
159-
159+
160160
@property
161161
def max_characters(self):
162162
"""The maximum number of characters to display on screen.

0 commit comments

Comments
 (0)