Skip to content

Commit eba607f

Browse files
authored
removed trailing whitespace
1 parent dbbd87a commit eba607f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_ssd1306.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def text(self, string, xpos, ypos, col=1):
133133
class SSD1306_I2C(_SSD1306):
134134
"""
135135
I2C class for SSD1306
136-
136+
137137
:param width: the width of the physical screen in pixels,
138138
:param height: the height of the physical screen in pixels,
139139
:param i2c: the I2C peripheral to use,
@@ -176,7 +176,7 @@ def poweron(self):
176176
class SSD1306_SPI(_SSD1306):
177177
"""
178178
SPI class for SSD1306
179-
179+
180180
:param width: the width of the physical screen in pixels,
181181
:param height: the height of the physical screen in pixels,
182182
:param spi: the SPI peripheral to use,

0 commit comments

Comments
 (0)