Skip to content

Commit 313ac52

Browse files
committed
cargo fmt
1 parent f5648b1 commit 313ac52

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Diff for: src/handlers/prioritize.rs

+5-7
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,11 @@ async fn handle_input(
112112
}
113113
None
114114
}
115-
Prioritize::Start => {
116-
Some(format!(
117-
"@*WG-prioritization* issue [#{}]({}) has been requested for prioritization.",
118-
issue.number,
119-
event.html_url().unwrap()
120-
))
121-
}
115+
Prioritize::Start => Some(format!(
116+
"@*WG-prioritization* issue [#{}]({}) has been requested for prioritization.",
117+
issue.number,
118+
event.html_url().unwrap()
119+
)),
122120
Prioritize::End => {
123121
// Shouldn't be necessary in practice as we only end on label
124122
// removal, but if we add support in the future let's be sure to do

0 commit comments

Comments
 (0)