From 927b1ce12baabdecf6a4c35e5d1e56f34f55e719 Mon Sep 17 00:00:00 2001 From: ilopezluna Date: Fri, 20 Jun 2025 13:11:29 +0200 Subject: [PATCH] Adds newline at the end of the file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f5275f..0d69b20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,4 +20,4 @@ jobs: cache: true - name: Run tests with race detection - run: go test -race ./... \ No newline at end of file + run: go test -race ./...