Skip to content

Commit 3c69e89

Browse files
committed
fix: fix tricky clang-format error
also adjust the cpp-linter arguments
1 parent 7ed2b70 commit 3c69e89

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
database: build
4848
files-changed-only: ${{ github.event_name != 'workflow_dispatch' }}
4949
lines-changed-only: ${{ github.event_name != 'workflow_dispatch' }}
50-
thread-comments: true
50+
thread-comments: update
5151
tidy-checks: ''
5252
step-summary: true
5353
file-annotations: true

src/libs/core/helper/sleep.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
#pragma once
42

53
#include "./windows.hpp"
@@ -9,5 +7,4 @@
97
namespace helper {
108

119
OOPETRIS_CORE_EXPORTED bool sleep_nanoseconds(std::chrono::nanoseconds nano_seconds);
12-
1310
}

0 commit comments

Comments
 (0)