mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[ci] Upgrade to clang-format and clang-tidy 14 (NFC) (#4347)
This commit is contained in:
@@ -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(); });
|
||||
|
||||
Reference in New Issue
Block a user