Skip to content

Commit 1991606

Browse files
author
Jonathan Dahan
committed
format
1 parent 4839047 commit 1991606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_framebuf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def fill(framebuf, color):
7373
else:
7474
fill = 0x00
7575

76-
framebuf.buf = [ fill for i in range(len(framebuf.buf)) ]
76+
framebuf.buf = [fill for i in range(len(framebuf.buf))]
7777

7878
@staticmethod
7979
def rect(framebuf, x, y, width, height, color):

0 commit comments

Comments
 (0)