manager: Apply rustfmt

This commit is contained in:
Rahix 2025-05-25 15:33:24 +02:00
parent cc05ba7407
commit 15726d9ee8

View file

@ -62,7 +62,8 @@ async fn run() -> anyhow::Result<()> {
repo_auth_url.set_password(Some(&token)).unwrap();
let auth = forgejo_api::Auth::Token(&token);
let forgejo = Forgejo::new(auth, server_url).context("Could not create Forgejo API access object")?;
let forgejo =
Forgejo::new(auth, server_url).context("Could not create Forgejo API access object")?;
let ctx = Context {
forgejo,