mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
remove extra lines
This commit is contained in:
parent
37caeee95a
commit
f13aff2fa8
@ -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…
x
Reference in New Issue
Block a user