Skip to content

Commit fcdf992

Browse files
author
Lee Butler
committed
fix indentation tab/spaces
1 parent 4a477e8 commit fcdf992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ssd1306.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def __init__(self, buffer, width, height, *, external_vcc, reset):
8484

8585
@property
8686
def power(self):
87-
"""True if the display is currently powered on, otherwise False"""
87+
"""True if the display is currently powered on, otherwise False"""
8888
return self._power
8989

9090
def init_display(self):

0 commit comments

Comments
 (0)