From ad3156f7b859c5eecf54af14787af14a1c66c9a0 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Thu, 21 Nov 2024 14:36:01 +0100 Subject: [PATCH] fmt --- plugins/persisted-scope/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/persisted-scope/src/lib.rs b/plugins/persisted-scope/src/lib.rs index 163e449b..6ced7b24 100644 --- a/plugins/persisted-scope/src/lib.rs +++ b/plugins/persisted-scope/src/lib.rs @@ -195,7 +195,7 @@ pub fn init() -> TauriPlugin { for allowed in &scope.allowed_paths { let allowed = fix_pattern(&ac, allowed); - allow_path(fs_scope, &allowed); + allow_path(fs_scope, &allowed); } for forbidden in &scope.forbidden_patterns { let forbidden = fix_pattern(&ac, forbidden);