Skip to content

Commit af736e3

Browse files
committed
Fix rustfmt: remove extra blank line in mips32.rs
That blank line was apparently living rent-free between __start and trap.
1 parent f84458a commit af736e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/arch/mips32.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ pub(super) unsafe extern "C" fn __start() -> ! {
5656
)
5757
}
5858

59-
6059
/// Execute a trap instruction.
6160
///
6261
/// This is roughly equivalent to `core::intrinsics::abort()`.

0 commit comments

Comments
 (0)