Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
  • Loading branch information
ryanabx committed Sep 25, 2024
1 parent d99396e commit 8fc6619
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ async fn provide_desktop_entry_api(manager: Arc<Mutex<EntryManager>>) -> zbus::R
.at("/io/ryanabx/DesktopEntry", daemon)
.await?;
// before requesting the name
connection
.request_name("io.ryanabx.DesktopEntry")
.await?;
connection.request_name("io.ryanabx.DesktopEntry").await?;
log::info!("Running server connection and listening for calls");

loop {
Expand Down

0 comments on commit 8fc6619

Please sign in to comment.