From baf4c7d3f275490ac3eb68930dc2cf8e037f63a9 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 8 Dec 2020 23:40:45 +0100 Subject: [PATCH] LibWeb: Remove an empty line from OOPWV --- Libraries/LibWeb/OutOfProcessWebView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/LibWeb/OutOfProcessWebView.cpp b/Libraries/LibWeb/OutOfProcessWebView.cpp index 64206d301b..7044a2c63c 100644 --- a/Libraries/LibWeb/OutOfProcessWebView.cpp +++ b/Libraries/LibWeb/OutOfProcessWebView.cpp @@ -209,7 +209,6 @@ void OutOfProcessWebView::notify_server_did_start_loading(Badge, const URL& url) { if (on_load_finish)