We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed2b70 commit 3c69e89Copy full SHA for 3c69e89
.github/workflows/cpp-linter.yml
@@ -47,7 +47,7 @@ jobs:
47
database: build
48
files-changed-only: ${{ github.event_name != 'workflow_dispatch' }}
49
lines-changed-only: ${{ github.event_name != 'workflow_dispatch' }}
50
- thread-comments: true
+ thread-comments: update
51
tidy-checks: ''
52
step-summary: true
53
file-annotations: true
src/libs/core/helper/sleep.hpp
@@ -1,5 +1,3 @@
1
-
2
3
#pragma once
4
5
#include "./windows.hpp"
@@ -9,5 +7,4 @@
9
7
namespace helper {
10
8
11
OOPETRIS_CORE_EXPORTED bool sleep_nanoseconds(std::chrono::nanoseconds nano_seconds);
12
13
}
0 commit comments