From f13aff2fa8a755a5598a04b5743819b76d121d59 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 31 Oct 2024 23:30:52 +0200 Subject: [PATCH] remove extra lines --- src/app/browser/window/tab/item/page.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/browser/window/tab/item/page.rs b/src/app/browser/window/tab/item/page.rs index f37e5027..636ccdf9 100644 --- a/src/app/browser/window/tab/item/page.rs +++ b/src/app/browser/window/tab/item/page.rs @@ -799,7 +799,7 @@ impl Page { // Update window action_update.activate(Some(&id)); - }, // OutputStream::write_bytes_async + }, }, ); } @@ -819,12 +819,11 @@ impl Page { meta.replace(Meta { status: Some(status), title: Some(title), - //description: Some(description), }); // Update window action_update.activate(Some(&id)); - }, // SocketClient::connect_to_uri_async + }, }, ); }