format lol

This commit is contained in:
Adam 2024-07-25 22:07:06 -04:00
parent c1938347a2
commit 40090f7d98

View file

@ -34,7 +34,7 @@ pub async fn message_handler(message: Message, state: &Arc<AppState>, who: &mut
let old_name = who.name.clone();
let new_name = user_log_in.username.clone();
who.change_name(user_log_in.username);
let msg = format!{
let msg = format! {
"{0} changed name to {1}.",
old_name,
new_name