From d9d79f3835b894d59429b489a4f5101ee44e623a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:01:32 +0000 Subject: [PATCH 1/2] chore(deps): bump ncipollo/release-action from 1.14.0 to 1.15.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index ab1f169..b8a8e75 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -78,7 +78,7 @@ jobs: git push origin ${{ steps.test_tag_version.outputs.new_tag }} - name: Create a GitHub release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: tag: ${{ steps.test_tag_version.outputs.new_tag }} name: Flakkari ${{ steps.test_tag_version.outputs.new_tag }} From d30effdd5558ec359a8ac5b2e64f6203b641b2f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Jan 2025 17:01:54 +0000 Subject: [PATCH 2/2] style: apply linter --- Flakkari/Server/UDPServer.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Flakkari/Server/UDPServer.hpp b/Flakkari/Server/UDPServer.hpp index 5c5a7b6..3ebdd87 100644 --- a/Flakkari/Server/UDPServer.hpp +++ b/Flakkari/Server/UDPServer.hpp @@ -24,8 +24,7 @@ namespace Flakkari { -#define INIT_LOOP \ -loop: +#define INIT_LOOP loop: #define GOTO_LOOP goto loop; #ifndef STDIN_FILENO