mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 16:58:55 +00:00
Lint breaks fmt LOL
This commit is contained in:
parent
b0f7aab1a1
commit
1b02993e98
2 changed files with 4 additions and 2 deletions
|
@ -159,7 +159,9 @@ pub async fn watch_contest(
|
|||
e.content(format!(
|
||||
"Youmu is watching contest **{}**, with the following members: {}",
|
||||
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(" (")
|
||||
.push_mono_safe(&m.handle)
|
||||
|
|
Loading…
Add table
Reference in a new issue