mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00: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);
|
on_load_start(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void OutOfProcessWebView::notify_server_did_finish_loading(Badge<WebContentClient>, const URL& url)
|
void OutOfProcessWebView::notify_server_did_finish_loading(Badge<WebContentClient>, const URL& url)
|
||||||
{
|
{
|
||||||
if (on_load_finish)
|
if (on_load_finish)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue