Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Sep 5, 2023
1 parent c938971 commit b6e5f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/src/ipc/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ fn handle_ipc_message<R: Runtime>(message: String, manager: &WindowManager<R>, l
.unwrap_or_else(|| serde_json::from_str::<Message>(&message).map_err(Into::into))
{
Ok(message) => {
let _ = window.on_message(
window.on_message(
InvokeRequest {
cmd: message.cmd,
callback: message.callback,
Expand Down

0 comments on commit b6e5f8e

Please sign in to comment.