From a89edbab408c1ca4d4b7b19aaf0110fe3b68f034 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Sat, 5 Sep 2020 12:33:49 -0400 Subject: [PATCH] Fix formatting --- turntable/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turntable/gui.py b/turntable/gui.py index aa5a982..f3791ef 100644 --- a/turntable/gui.py +++ b/turntable/gui.py @@ -108,7 +108,7 @@ def main(): screen.fill((0, 0, 0)) # Initialise font support pygame.font.init() - font = pygame.font.Font(pygame.font.get_default_font(), int(20*HEIGHT/720)) + font = pygame.font.Font(pygame.font.get_default_font(), int(20 * HEIGHT / 720)) # Render the screen pygame.display.update()