Fix no newline at end of file error with Xcode 11.3.1

This commit is contained in:
Marshall Greenblatt 2020-04-02 13:36:45 -04:00
parent 047e8f9349
commit cfac1c347c
1 changed files with 1 additions and 1 deletions

View File

@ -390,4 +390,4 @@ TEST(OSRTest, OsrPopupJSOtherClient) {
client->SetHandler(handler);
handler->ExecuteTest();
ReleaseAndWaitForDestructor(handler);
}
}