Skip to content

Commit 0ec3174

Browse files
committed
Fix formatter
1 parent 2ecbdc1 commit 0ec3174

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/panic_unwind/src/emcc.rs

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ extern "C" fn exception_cleanup(ptr: *mut libc::c_void) -> *mut libc::c_void {
105105
}
106106
}
107107

108-
109108
// This is required by the compiler to exist (e.g., it's a lang item), but it's
110109
// never actually called by the compiler. Emscripten EH doesn't use a
111110
// personality function at all, it instead uses __cxa_find_matching_catch.

0 commit comments

Comments
 (0)