Skip to content

Commit

Permalink
fix: fmt and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 2, 2024
1 parent 95e5716 commit c7f08ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ fn main() {
plugin::load_plugins(win.clone(), Some(true));

#[cfg(target_os = "macos")]
functionality::menu::create_menubar(&app.handle()).unwrap_or_default();
functionality::menu::create_menubar(app.handle()).unwrap_or_default();

// begin the RPC server if needed
#[cfg(feature = "rpc")]
Expand Down

0 comments on commit c7f08ac

Please sign in to comment.