From c429eba3b1c74e3e3cb673f9f1b8d7505cb98842 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Wed, 21 May 2025 09:21:42 -0400 Subject: [PATCH] Add trailing newline to test script and CI workflow --- .github/workflows/ci.yml | 2 +- run_all_tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 633b64e..3c12911 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,4 +110,4 @@ jobs: name: marlin-coverage-report-xml path: cobertura.xml # Default XML output name for Tarpaulin if-no-files-found: warn - retention-days: 7 \ No newline at end of file + retention-days: 7 diff --git a/run_all_tests.sh b/run_all_tests.sh index b67aa02..bdf6b1b 100755 --- a/run_all_tests.sh +++ b/run_all_tests.sh @@ -464,4 +464,4 @@ main() { # Run main main -# Cleanup is handled by the trap \ No newline at end of file +# Cleanup is handled by the trap