Browse Source

remove extra lines

master
yggverse 1 month ago
parent
commit
f13aff2fa8
  1. 5
      src/app/browser/window/tab/item/page.rs

5
src/app/browser/window/tab/item/page.rs

@ -799,7 +799,7 @@ impl Page {
// Update window // Update window
action_update.activate(Some(&id)); action_update.activate(Some(&id));
}, // OutputStream::write_bytes_async },
}, },
); );
} }
@ -819,12 +819,11 @@ impl Page {
meta.replace(Meta { meta.replace(Meta {
status: Some(status), status: Some(status),
title: Some(title), title: Some(title),
//description: Some(description),
}); });
// Update window // Update window
action_update.activate(Some(&id)); action_update.activate(Some(&id));
}, // SocketClient::connect_to_uri_async },
}, },
); );
} }

Loading…
Cancel
Save