Skip to content

Commit 094a2ce

Browse files
committed
clean: fix clippy issue
1 parent db1a367 commit 094a2ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/command/playmatch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ async fn handle_suggestion_message(data: SuggestionMessageHandleData) -> Command
630630
};
631631

632632
let platform_text = if let Some(platform) = &data.platform {
633-
format!(" on Platform **{}**", platform)
633+
format!(" on Platform **{platform}**")
634634
} else {
635635
String::new()
636636
};

0 commit comments

Comments
 (0)