From c2e5924efff8de17e215286d1404ba24013bb20b Mon Sep 17 00:00:00 2001 From: agonzalez-r Date: Thu, 31 Oct 2024 16:10:49 +0100 Subject: [PATCH] misc: add empty line at the end to avoid compiler problems --- .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 cc549da3e..63985c19b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,4 +130,4 @@ jobs: - name: SonarCloud Scan uses: SonarSource/sonarcloud-github-action@master env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}