Skip to content

Commit 7e2062a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1076acf commit 7e2062a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"cacheVariables": {
99
"KDUTILS_BUILD_TESTS": "OFF",
1010
"KDUTILS_CODE_COVERAGE": "OFF",
11-
"CMAKE_EXPORT_COMPILE_COMMANDS" : "ON"
11+
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
1212
}
1313
},
1414
{

tests/auto/foundation/core_application/tst_core_application.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ TEST_CASE("Event handling")
188188
}
189189

190190
/// macOS on GitHub runners is super slow and timeouts
191-
template <typename T>
191+
template<typename T>
192192
inline T adjustTimeout(T timeout)
193193
{
194194
#ifdef DOCTEST_PLATFORM_MAC
195-
if (std::getenv("GITHUB_JOB"))
195+
if (std::getenv("GITHUB_JOB"))
196196
return timeout * 10;
197197
#endif
198198

0 commit comments

Comments
 (0)