From 856c53f5a261ccec2498e1ced6d8a33472d2a28d Mon Sep 17 00:00:00 2001 From: OrIOg Date: Sun, 25 Jun 2023 18:33:02 +0200 Subject: [PATCH] fmt: run fmt --- plugins/persisted-scope/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/persisted-scope/src/lib.rs b/plugins/persisted-scope/src/lib.rs index e9351028..fa2fa01c 100644 --- a/plugins/persisted-scope/src/lib.rs +++ b/plugins/persisted-scope/src/lib.rs @@ -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::{