Skip to content

Commit 07a4c09

Browse files
committed
tiny
1 parent 3513435 commit 07a4c09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lineflow/simulation/visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def draw_user_input(self):
262262
self.screen.blit(text,text.get_rect(left=50,top=self.size[1]-40))
263263

264264
def draw_cursor(self):
265-
pygame.draw.circle(self.screen,'blue',self.center,10,1)
265+
pygame.draw.circle(self.screen, 'blue', self.center, 10, 1)
266266

267267
def check_user_input(self):
268268
for event in pygame.event.get():

0 commit comments

Comments
 (0)