manager: Apply rustfmt
This commit is contained in:
parent
cc05ba7407
commit
15726d9ee8
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue