From d5eb739bb37f99b78d5406f839c08df6b7862df5 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 11 Feb 2024 08:35:27 -0800 Subject: [PATCH] Remove new line --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 82881bb..bb231d9 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -119,4 +119,4 @@ jobs: uses: actions/download-artifact@v4 - name: Check all goldens were used run: | - go run client/posttest/main.go check-goldens + go run client/posttest/main.go check-goldens \ No newline at end of file