mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add missing newline at end of file (see issue #3126)
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user