Skip to content

Commit ad3156f

Browse files
committed
fmt
1 parent 6b344c8 commit ad3156f

File tree

1 file changed

+1
-1
lines changed
  • plugins/persisted-scope/src

1 file changed

+1
-1
lines changed

plugins/persisted-scope/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
195195

196196
for allowed in &scope.allowed_paths {
197197
let allowed = fix_pattern(&ac, allowed);
198-
allow_path(fs_scope, &allowed);
198+
allow_path(fs_scope, &allowed);
199199
}
200200
for forbidden in &scope.forbidden_patterns {
201201
let forbidden = fix_pattern(&ac, forbidden);

0 commit comments

Comments
 (0)