LibWeb: Remove an empty line from OOPWV

This commit is contained in:
Andreas Kling 2020-12-08 23:40:45 +01:00
parent f52ce49a36
commit baf4c7d3f2
Notes: sideshowbarker 2024-07-19 00:58:06 +09:00

View File

@ -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)