From 4bce642f17fe4f36b8b35210f1b3d9aca1d49821 Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Fri, 9 Feb 2024 21:16:34 +0100 Subject: [PATCH] Fix fmt --- crates/border-wars/src/menu.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/border-wars/src/menu.rs b/crates/border-wars/src/menu.rs index f3a387c..24c40e0 100644 --- a/crates/border-wars/src/menu.rs +++ b/crates/border-wars/src/menu.rs @@ -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) { egui::Window::new("Connect") .default_width(400.0)