From 94d9a3790b52e055ab3cccf410094e103cca55b0 Mon Sep 17 00:00:00 2001
From: Jantz <jan.erik.jakstein@gmail.com>
Date: Wed, 18 Dec 2024 22:48:41 +0200
Subject: [PATCH] newline at the end of the file

---
 sound.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound.py b/sound.py
index d94e084..9c50b32 100644
--- a/sound.py
+++ b/sound.py
@@ -20,4 +20,4 @@ turret_placement.set_volume(0.6)
 
 def play_zombie_groan():
     """Plays a random zombie groan sound."""
-    choice([zombie_groan_1, zombie_groan_2]).play()
\ No newline at end of file
+    choice([zombie_groan_1, zombie_groan_2]).play()
-- 
GitLab