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 892739653a
commit 52b5cc5da4

View File

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