Run cargo fmt for post-10

This commit is contained in:
Philipp Oppermann
2025-03-27 16:14:35 +01:00
parent 34195ec8b7
commit 569232322e
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ extern crate alloc;
use alloc::{boxed::Box, vec::Vec};
use blog_os::allocator::HEAP_SIZE;
use bootloader::{entry_point, BootInfo};
use bootloader::{BootInfo, entry_point};
use core::panic::PanicInfo;
entry_point!(main);