Skip to content

Commit fefa7f3

Browse files
committed
cargo fmt
1 parent bef1a99 commit fefa7f3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/handlers/prioritize.rs

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

0 commit comments

Comments
 (0)