From d80ab57c01eee0ea60f3c84cb6f68059642682a2 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 14 Sep 2023 11:32:29 -0600 Subject: [PATCH] Fix missing newlines in config files --- configs/sites/discover/modules.yaml | 2 +- configs/sites/s4/modules.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/sites/discover/modules.yaml b/configs/sites/discover/modules.yaml index 5b5797575..4c530d42d 100644 --- a/configs/sites/discover/modules.yaml +++ b/configs/sites/discover/modules.yaml @@ -6,4 +6,4 @@ modules: exclude: - ecflow include: - - python \ No newline at end of file + - python diff --git a/configs/sites/s4/modules.yaml b/configs/sites/s4/modules.yaml index f05869e92..5b7d734eb 100644 --- a/configs/sites/s4/modules.yaml +++ b/configs/sites/s4/modules.yaml @@ -7,4 +7,4 @@ modules: - ecflow include: - mpich - - python \ No newline at end of file + - python