Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
paulquinn00 committed Feb 6, 2025
1 parent 08fbc58 commit ffece2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions orb-info/src/orb_token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ impl OrbToken {
}

async fn setup_dbus() -> Result<AuthTokenProxy<'static>, OrbInfoError> {
let connection = Connection::session()
.await
.map_err(OrbInfoError::ZbusErr)?;
let connection = Connection::session().await.map_err(OrbInfoError::ZbusErr)?;

let auth_token_proxy = AuthTokenProxy::new(&connection)
.await
Expand Down

0 comments on commit ffece2a

Please sign in to comment.