mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
chore: Cargo fmt
This commit is contained in:
@@ -27,11 +27,7 @@ impl<R: Runtime> SingleInstanceDBus<R> {
|
||||
}
|
||||
|
||||
fn dbus_id(config: Arc<Config>) -> String {
|
||||
config
|
||||
.tauri
|
||||
.bundle
|
||||
.identifier
|
||||
.replace(['.', '-'], "_")
|
||||
config.tauri.bundle.identifier.replace(['.', '-'], "_")
|
||||
}
|
||||
|
||||
pub fn init<R: Runtime>(f: Box<SingleInstanceCallback<R>>) -> TauriPlugin<R> {
|
||||
|
||||
Reference in New Issue
Block a user