remove extra lines

This commit is contained in:
yggverse 2024-10-31 23:30:52 +02:00
parent 37caeee95a
commit f13aff2fa8

View File

@ -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 },
}, },
); );
} }