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

@@ -253,4 +253,4 @@ void SingleLoadTestHandler::AssertMainFrame(CefRefPtr<CefFrame> frame) {
EXPECT_TRUE(frame.get());
EXPECT_TRUE(frame->IsMain());
EXPECT_STREQ(main_url_.c_str(), frame->GetURL().ToString().c_str());
}
}