mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-07 12:26:41 +02:00
fix: apply clippy suggestions (#120)
* fix: apply clippy suggestions * fmt * clippy for linux targets
This commit is contained in:
@@ -38,8 +38,8 @@ pub fn init<R: Runtime>(f: Box<SingleInstanceCallback<R>>) -> TauriPlugin<R> {
|
||||
callback: f,
|
||||
app_handle: app.clone(),
|
||||
};
|
||||
let dbus_name = format!("org.{}.SingleInstance", id);
|
||||
let dbus_path = format!("/org/{}/SingleInstance", id);
|
||||
let dbus_name = format!("org.{id}.SingleInstance");
|
||||
let dbus_path = format!("/org/{id}/SingleInstance");
|
||||
|
||||
match ConnectionBuilder::session()
|
||||
.unwrap()
|
||||
|
||||
Reference in New Issue
Block a user