From 706ff6d3b7d2cac300374c9f8e5bdce84a10aa20 Mon Sep 17 00:00:00 2001 From: Noa3 <noa3@gmx.net> Date: Tue, 22 Oct 2024 17:00:29 +0200 Subject: [PATCH] added a black newline on the end --- updater.bat | 2 +- updater.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/updater.bat b/updater.bat index b7fdacef608..4c23a955ad5 100644 --- a/updater.bat +++ b/updater.bat @@ -40,4 +40,4 @@ IF %CODE% EQU 0 ( ) @echo Exit -pause \ No newline at end of file +pause diff --git a/updater.sh b/updater.sh index bafc83c28ab..c6d7d92116f 100644 --- a/updater.sh +++ b/updater.sh @@ -34,4 +34,4 @@ if [ $CODE -eq 0 ]; then git pull origin pregmod-master fi echo "Update complete!" -fi \ No newline at end of file +fi -- GitLab