chore: Run formatter

This commit is contained in:
Beanow
2023-01-11 12:37:37 +01:00
parent d9301f2ad1
commit b88ec8e9c1
5 changed files with 25 additions and 17 deletions
+2
View File
@@ -13,6 +13,7 @@ There are three general methods of installation that we can recommend.
Install the Core plugin by adding the following to your `Cargo.toml` file:
`src-tauri/Cargo.toml`
```toml
[dependencies]
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
@@ -23,6 +24,7 @@ tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-wo
First you need to register the core plugin with Tauri:
`src-tauri/src/main.rs`
```rust
use tauri::{Manager};