Skip to content

Commit d8d4b9c

Browse files
rustfmt
1 parent 84d3f62 commit d8d4b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ use bootloader_boot_config::BootConfig;
88
use bootloader_x86_64_common::{
99
legacy_memory_region::LegacyFrameAllocator, Kernel, RawFrameBufferInfo, SystemInfo,
1010
};
11-
use raw_cpuid::CpuId;
1211
use core::{
1312
cell::UnsafeCell,
1413
ops::{Deref, DerefMut},
1514
ptr, slice,
1615
};
16+
use raw_cpuid::CpuId;
1717
use uefi::{
1818
prelude::{entry, Boot, Handle, Status, SystemTable},
1919
proto::{

0 commit comments

Comments
 (0)