Add missing newline at end of file (see issue #3126)

This commit is contained in:
Marshall Greenblatt
2022-07-15 14:53:32 +03:00
parent 03176b505c
commit 4aef0ada9d
7 changed files with 11 additions and 10 deletions

View File

@ -620,4 +620,4 @@ TEST(MessageRouterTest, SingleUnhandledQuery) {
new SingleUnhandledQueryTestHandler();
handler->ExecuteTest();
ReleaseAndWaitForDestructor(handler);
}
}