mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Update formatting to clang-format 16 (#5370)
This commit is contained in:
@@ -48,9 +48,7 @@ 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