Skip to content

Commit

Permalink
fmt got mad again :((
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Aug 31, 2024
1 parent f879bc1 commit e635829
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions kernel/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ pub fn init_kernel(boot_info: &'static BootInfo) {
);

#[cfg(not(debug_assertions))]
print!(
"\nHighlightOS v{}\n\nhls < ",
env!("CARGO_PKG_VERSION")
);
print!("\nHighlightOS v{}\n\nhls < ", env!("CARGO_PKG_VERSION"));
}

fn kernel_main(boot_info: &'static BootInfo) -> ! {
Expand Down

0 comments on commit e635829

Please sign in to comment.