From 2546924222c1c4942208870bfd45db16c14fcc55 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Fri, 25 Nov 2022 16:03:38 +0000 Subject: [PATCH] Removed trailing spaces --- scripts/generator_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generator_test.py b/scripts/generator_test.py index 52e3c39b..14986988 100644 --- a/scripts/generator_test.py +++ b/scripts/generator_test.py @@ -42,4 +42,4 @@ if all_ok: exit(0) else: print(f"\nGenerator tests failed\n") - exit(1) + exit(1)