Skip to content

Commit 686a285

Browse files
committed
pacify the merciless rustfmt
1 parent eb045dc commit 686a285

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/bin/project_goals.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ async fn main() -> anyhow::Result<()> {
2727
opt.dry_run,
2828
opt.days_threshold,
2929
&opt.next_meeting_date,
30-
) .await?;
30+
)
31+
.await?;
3132

3233
Ok(())
3334
}

src/zulip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ fn handle_command<'a>(
211211
let Some(next_update) = words.next() else {
212212
return usage_err("expected date of next update");
213213
};
214-
214+
215215
if project_goals::check_project_goal_acl(&ctx.github, gh_id).await? {
216216
ping_project_goals_owners(&ctx.github, false, threshold, &format!("on {next_update}"))
217217
.await

0 commit comments

Comments
 (0)