From c90b447cb4f09f5fbd6ee64a7134d14d72aa1e32 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:03:12 +0000 Subject: [PATCH] refactor: add newline at end of file It is recommended to put a newline at the end of the file. --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 94e28cf2..489f212b 100644 --- a/src/main.py +++ b/src/main.py @@ -75,4 +75,4 @@ def check_map(map_name): exit(0) else: print("Invalid command") - exit(1) \ No newline at end of file + exit(1)