From 3c69e89db982cd19183d69ad3f132ac11f3b7f02 Mon Sep 17 00:00:00 2001 From: Totto16 Date: Thu, 3 Oct 2024 20:50:30 +0200 Subject: [PATCH] fix: fix tricky clang-format error also adjust the cpp-linter arguments --- .github/workflows/cpp-linter.yml | 2 +- src/libs/core/helper/sleep.hpp | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index 8ed1912a..afb94790 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -47,7 +47,7 @@ jobs: database: build files-changed-only: ${{ github.event_name != 'workflow_dispatch' }} lines-changed-only: ${{ github.event_name != 'workflow_dispatch' }} - thread-comments: true + thread-comments: update tidy-checks: '' step-summary: true file-annotations: true diff --git a/src/libs/core/helper/sleep.hpp b/src/libs/core/helper/sleep.hpp index 39e75bbd..f86c1c3b 100644 --- a/src/libs/core/helper/sleep.hpp +++ b/src/libs/core/helper/sleep.hpp @@ -1,5 +1,3 @@ - - #pragma once #include "./windows.hpp" @@ -9,5 +7,4 @@ namespace helper { OOPETRIS_CORE_EXPORTED bool sleep_nanoseconds(std::chrono::nanoseconds nano_seconds); - }