Skip to content

Commit d329cd4

Browse files
authored
Update adafruit_button.py
Removed extra spaces on line 114
1 parent 5043a09 commit d329cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def __init__(self, *, x, y, width, height, name=None, style=RECT,
111111
self.selected_fill = (~self.fill_color) & 0xFFFFFF
112112
if self.selected_outline is None and outline_color is not None:
113113
self.selected_outline = (~self.outline_color) & 0xFFFFFF
114-
114+
115115
if (outline_color is not None) or (fill_color is not None):
116116
if style == Button.RECT:
117117
self.body = Rect(x, y, width, height,

0 commit comments

Comments
 (0)