fmt: run fmt

pull/455/head
OrIOg 2 years ago
parent 5adcfd09df
commit 856c53f5a2
No known key found for this signature in database
GPG Key ID: ADB1356088AFB1E5

@ -5,8 +5,8 @@
use aho_corasick::AhoCorasick;
use serde::{Deserialize, Serialize};
use tauri::{
plugin::{Builder, TauriPlugin}, FsScope,
AppHandle, FsScopeEvent, Manager, Runtime,
plugin::{Builder, TauriPlugin},
AppHandle, FsScope, FsScopeEvent, Manager, Runtime,
};
use std::{

Loading…
Cancel
Save