1
Fork 0
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:
Andreas Kling 2020-12-08 23:40:45 +01:00
parent f52ce49a36
commit baf4c7d3f2

View file

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