Skip to content

Commit

Permalink
Apply cargo fmt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BindraAgamjot256 committed Jan 14, 2025
1 parent de80117 commit 4fc808b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub fn test_panic_handler(info: &PanicInfo) -> ! {
serial_println!("[failed]\n");
serial_println!("Error: {}\n", info);
exit_qemu(QemuExitCode::Failed);
hlt_loop();
hlt_loop();
}

#[cfg(test)]
Expand Down

0 comments on commit 4fc808b

Please sign in to comment.