manager: Apply rustfmt
This commit is contained in:
parent
6d258f489f
commit
3bd79f176e
|
@ -66,7 +66,12 @@ async fn run() -> anyhow::Result<()> {
|
||||||
"##
|
"##
|
||||||
);
|
);
|
||||||
log::info!("Updating the wiki overview...");
|
log::info!("Updating the wiki overview...");
|
||||||
wiki::update_wiki_overview(&forgejo, &meta.issue.repository, timestamp.to_string(), wiki_text)
|
wiki::update_wiki_overview(
|
||||||
|
&forgejo,
|
||||||
|
&meta.issue.repository,
|
||||||
|
timestamp.to_string(),
|
||||||
|
wiki_text,
|
||||||
|
)
|
||||||
.await
|
.await
|
||||||
.context("Failed to update the techtree wiki page")?;
|
.context("Failed to update the techtree wiki page")?;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue