[ci] Upgrade to clang-format and clang-tidy 14 (NFC) (#4347)

This commit is contained in:
Tyler Veness
2022-08-16 15:25:04 -07:00
committed by GitHub
parent d45bcddd15
commit 340465c929
11 changed files with 117 additions and 65 deletions

View File

@@ -49,7 +49,9 @@ class WebSocketTest : public ::testing::Test {
failTimer->Unreference();
}
~WebSocketTest() override { Finish(); }
~WebSocketTest() override {
Finish();
}
void Finish() {
loop->Walk([](uv::Handle& it) { it.Close(); });