Skip to content

Commit 4a03fec

Browse files
style: fix formatting in settings lib.rs
Co-Authored-By: yujonglee <[email protected]>
1 parent 05e802d commit 4a03fec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugins/settings/src/lib.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ pub fn init<R: tauri::Runtime>() -> tauri::plugin::TauriPlugin<R> {
2828

2929
tauri::plugin::Builder::new(PLUGIN_NAME)
3030
.invoke_handler(specta_builder.invoke_handler())
31-
.setup(|app, _api| {
32-
let base = app.path2().base().unwrap();
33-
let state = SettingsState::new(base);
34-
assert!(app.manage(state));
35-
Ok(())
36-
})
31+
.setup(|app, _api| {
32+
let base = app.path2().base().unwrap();
33+
let state = SettingsState::new(base);
34+
assert!(app.manage(state));
35+
Ok(())
36+
})
3737
.build()
3838
}
3939

0 commit comments

Comments
 (0)