manager: Apply rustfmt

This commit is contained in:
Rahix 2025-05-22 10:23:07 +02:00
parent 6d258f489f
commit 3bd79f176e

View file

@ -66,9 +66,14 @@ async fn run() -> anyhow::Result<()> {
"##
);
log::info!("Updating the wiki overview...");
wiki::update_wiki_overview(&forgejo, &meta.issue.repository, timestamp.to_string(), wiki_text)
.await
.context("Failed to update the techtree wiki page")?;
wiki::update_wiki_overview(
&forgejo,
&meta.issue.repository,
timestamp.to_string(),
wiki_text,
)
.await
.context("Failed to update the techtree wiki page")?;
'issues: for issue in tree.iter_issues() {
let subtree = tree.subtree_for_issue(issue).unwrap();