Lint breaks fmt LOL

This commit is contained in:
Natsu Kagami 2023-10-22 17:49:18 +02:00
parent b0f7aab1a1
commit 1b02993e98
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 4 additions and 2 deletions

View file

@ -159,7 +159,9 @@ pub async fn watch_contest(
e.content(format!( e.content(format!(
"Youmu is watching contest **{}**, with the following members: {}", "Youmu is watching contest **{}**, with the following members: {}",
contest.name, contest.name,
member_results.values().map(|m| serenity::utils::MessageBuilder::new() member_results
.values()
.map(|m| serenity::utils::MessageBuilder::new()
.push_safe(m.member.distinct()) .push_safe(m.member.distinct())
.push(" (") .push(" (")
.push_mono_safe(&m.handle) .push_mono_safe(&m.handle)