mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
LibWeb: Remove an empty line from OOPWV
This commit is contained in:
parent
f52ce49a36
commit
baf4c7d3f2
1 changed files with 0 additions and 1 deletions
|
@ -209,7 +209,6 @@ void OutOfProcessWebView::notify_server_did_start_loading(Badge<WebContentClient
|
|||
on_load_start(url);
|
||||
}
|
||||
|
||||
|
||||
void OutOfProcessWebView::notify_server_did_finish_loading(Badge<WebContentClient>, const URL& url)
|
||||
{
|
||||
if (on_load_finish)
|
||||
|
|
Loading…
Add table
Reference in a new issue