Skip to content

Commit f5ee18a

Browse files
committed
pep8
1 parent 1082009 commit f5ee18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demosys/view/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def run(manager=None):
8585

8686
# Clear the buffer
8787
context.ctx().clear(
88-
red=0.0, blue=0.0, green=0.0, alpha=0.0, depth=1.0,
88+
red=0.0, blue=0.0, green=0.0, alpha=0.0, depth=1.0,
8989
viewport=(0, 0, context.WINDOW.buffer_width, context.WINDOW.buffer_height)
9090
)
9191

0 commit comments

Comments
 (0)