From 7299c4813d3471b69923232dc0ecbf5cdc4b8d19 Mon Sep 17 00:00:00 2001 From: Werner Kroneman Date: Sun, 10 Dec 2023 15:04:49 +0100 Subject: [PATCH] Ran cargo fmt --- src/widgets/login_screen.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widgets/login_screen.rs b/src/widgets/login_screen.rs index 8f11e13..dfa72f3 100644 --- a/src/widgets/login_screen.rs +++ b/src/widgets/login_screen.rs @@ -77,7 +77,6 @@ pub struct LoginScreenProps<'a> { /// As a small UX improvement, the widget will automatically fill in the default nick /// based on the username, if the user has not changed the default nick. pub fn LoginScreen<'a>(cx: Scope<'a, LoginScreenProps>) -> Element<'a> { - // The username. let username = use_state(cx, || cx.props.cached_username.clone());