From e619658d60ebe8e5bb2e50a61f63b3c256512831 Mon Sep 17 00:00:00 2001 From: Anthony Islas Date: Wed, 26 Jun 2024 21:36:32 -0700 Subject: [PATCH] Add newline eof --- .ci/env/helpers.sh | 2 +- .ci/env/hostenv.sh | 2 +- .ci/mpas_compilation.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/env/helpers.sh b/.ci/env/helpers.sh index b2edab946e..2ddd560893 100644 --- a/.ci/env/helpers.sh +++ b/.ci/env/helpers.sh @@ -43,4 +43,4 @@ banner() printf "# %-$(( ${lengthBanner} - 2 ))s #\n" " " printf "# %-$(( ${lengthBanner} - 2 ))s #\n" "$*" printf "#%${lengthBanner}s#\n" | tr " " "=" -} \ No newline at end of file +} diff --git a/.ci/env/hostenv.sh b/.ci/env/hostenv.sh index 276104100e..294b9ecac4 100644 --- a/.ci/env/hostenv.sh +++ b/.ci/env/hostenv.sh @@ -7,4 +7,4 @@ if [ $( contains ${hostname} hsn.de.hpc ) -eq 0 ]; then . .ci/env/derecho.sh else echo "No known environment for '${hostname}', using current" -fi \ No newline at end of file +fi diff --git a/.ci/mpas_compilation.json b/.ci/mpas_compilation.json index d629be13e7..0f50d23707 100644 --- a/.ci/mpas_compilation.json +++ b/.ci/mpas_compilation.json @@ -105,4 +105,4 @@ } } } -} \ No newline at end of file +}