Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Oct 18, 2023
1 parent 0b49d30 commit b0f7ad0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/src/wasm_glue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ unsafe extern "C" fn diplomat_init() {
.is_ok()
}


fn panic_handler(info: &PanicInfo) {
let msg = match info.payload().downcast_ref::<&'static str>() {
Some(&s) => s,
Expand Down

0 comments on commit b0f7ad0

Please sign in to comment.