From b1eedd3ba1b8d7f712db1a7ce3311776b5cb79a8 Mon Sep 17 00:00:00 2001 From: Tim Abell Date: Tue, 30 Jan 2024 02:29:39 +0000 Subject: [PATCH] Add some trailing whitespace to prove guilt --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 71bf21d..20bd2a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,7 +76,7 @@ jobs: --display-name=testing-flags \ --live=true \ --listen-on-port=9999 \ - --sqlite-file="`pwd`/sqlite/db/test.db" \ + --sqlite-file="`pwd`/sqlite/db/test.db" \ 2>&1 | go-junit-report -iocopy -set-exit-code -out results-sqlite-flags-${{ matrix.go-version }}.xml - name: Setup - sqlite (2)