Skip to content

Commit

Permalink
fix: fix tricky clang-format error
Browse files Browse the repository at this point in the history
also adjust the cpp-linter arguments
  • Loading branch information
Totto16 committed Oct 3, 2024
1 parent 7ed2b70 commit 3c69e89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions src/libs/core/helper/sleep.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#pragma once

#include "./windows.hpp"
Expand All @@ -9,5 +7,4 @@
namespace helper {

OOPETRIS_CORE_EXPORTED bool sleep_nanoseconds(std::chrono::nanoseconds nano_seconds);

}

0 comments on commit 3c69e89

Please sign in to comment.