Fix fmt
All checks were successful
Rust Checks / checks (push) Successful in 2m10s
Rust Checks / checks (pull_request) Successful in 1m27s

This commit is contained in:
CoCo_Sol 2024-02-09 21:16:34 +01:00
parent 9796b4f461
commit 4bce642f17

View file

@ -15,7 +15,8 @@ impl Plugin for MenuPlugin {
.add_systems(Update, ui_host_button);
}
}
/// Display a connect window, with a button to join a game and an input to enter the address.
/// Display a connect window, with a button to join a game and an input to enter
/// the address.
fn ui_connect_button(mut ctx: EguiContexts, mut connection_string: Local<String>) {
egui::Window::new("Connect")
.default_width(400.0)