From 715145fbf2abed2c1ca9fe0738794fea4814088b Mon Sep 17 00:00:00 2001 From: Benjamin Bamisile Date: Wed, 20 May 2026 12:47:24 -0400 Subject: [PATCH] chore: prettier --- .github/workflows/integration-tests.yml | 2 +- src/run.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 201b5c3..e8c0229 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -82,4 +82,4 @@ jobs: if: steps.badsum.outcome != 'failure' run: | echo "Expected bad-checksum step to fail, but outcome was: ${{ steps.badsum.outcome }}" - exit 1 \ No newline at end of file + exit 1 diff --git a/src/run.test.ts b/src/run.test.ts index 3887471..3a12a79 100644 --- a/src/run.test.ts +++ b/src/run.test.ts @@ -523,4 +523,4 @@ describe('Testing all functions in run file.', () => { await expect(run.run()).resolves.toBeUndefined() }) -}) \ No newline at end of file +})