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