From 84bb5d90cee512902571992717825f684bea5a80 Mon Sep 17 00:00:00 2001 From: Ghommie Date: Thu, 13 Jun 2019 22:54:41 +0200 Subject: [PATCH] newlines. --- tools/ss13_genchangelog.py | 2 +- tools/travis/install_build_tools.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ss13_genchangelog.py b/tools/ss13_genchangelog.py index d70ffc7c44..e97bef7684 100644 --- a/tools/ss13_genchangelog.py +++ b/tools/ss13_genchangelog.py @@ -217,4 +217,4 @@ if len(del_after): for fileName in del_after: if os.path.isfile(fileName): print(' Deleting {0} (delete-after set)...'.format(fileName)) - os.remove(fileName) \ No newline at end of file + os.remove(fileName) diff --git a/tools/travis/install_build_tools.sh b/tools/travis/install_build_tools.sh index c1f91cec44..0ea2a605ab 100755 --- a/tools/travis/install_build_tools.sh +++ b/tools/travis/install_build_tools.sh @@ -8,4 +8,4 @@ if [ "$BUILD_TOOLS" = true ]; then nvm install $NODE_VERSION pip3 install --user PyYaml pip3 install --user beautifulsoup4 -fi; \ No newline at end of file +fi;