Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 27, 2024
1 parent 0bcc517 commit 345ecb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ fn main() {
builder = builder.plugin(tauri_plugin_notification::init());
}

builder.invoke_handler(tauri::generate_handler![
builder
.invoke_handler(tauri::generate_handler![
should_disable_plugins,
git_hash,
functionality::window::minimize,
Expand Down

0 comments on commit 345ecb1

Please sign in to comment.