From 1cf3a6af4ea11fc58851184474a205f6650d9f27 Mon Sep 17 00:00:00 2001 From: "Joshua T. Fisher" Date: Tue, 27 Jan 2026 18:03:25 -0800 Subject: [PATCH] Add ending newline. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 342526c..79acc17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,4 +35,4 @@ jobs: shell: cmd continue-on-error: true # When tests start passing, this line should be removed. run: | - .\build\ps2xTest\Release\ps2x_tests.exe \ No newline at end of file + .\build\ps2xTest\Release\ps2x_tests.exe