Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjiezhou committed Aug 25, 2023
1 parent 1ad2231 commit 3220feb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions kernel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,7 @@ pub fn panic(info: &PanicInfo) -> ! {
}
}

println!(
"Current PCB:\n\t{:?}",
*(ProcessManager::current_pcb())
);
println!("Current PCB:\n\t{:?}", *(ProcessManager::current_pcb()));

ProcessManager::exit(usize::MAX);
}
Expand Down

0 comments on commit 3220feb

Please sign in to comment.