fix compatibility with clang-format 18 (#6690)

* fix clang-format

* compatibility with clang-format 17-18
This commit is contained in:
Cœur
2024-03-15 13:17:10 +08:00
committed by GitHub
parent 8e35e526c6
commit edc59ba5d8
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ protected:
void sleepMsec(std::chrono::milliseconds msec)
{
EXPECT_FALSE(waitFor(
EXPECT_FALSE(waitFor( //
evbase_.get(),
[]() { return false; },
msec));