Ran cargo fmt

This commit is contained in:
Werner Kroneman 2023-12-10 15:04:49 +01:00
parent d7292505a5
commit 7299c4813d

View File

@ -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());