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); - }