Skip to content

Commit 8f1db30

Browse files
ptf2phip1611
authored andcommitted
uefi runtime: cargo xtask fmt
1 parent f137491 commit 8f1db30

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

uefi/src/runtime.rs

+6-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ use uefi_raw::table::boot::MemoryDescriptor;
1616

1717
#[cfg(feature = "alloc")]
1818
use {
19-
crate::mem::make_boxed, crate::CString16, crate::Guid, alloc::borrow::ToOwned,
20-
alloc::boxed::Box, alloc::{vec, vec::Vec}
19+
crate::mem::make_boxed,
20+
crate::CString16,
21+
crate::Guid,
22+
alloc::borrow::ToOwned,
23+
alloc::boxed::Box,
24+
alloc::{vec, vec::Vec},
2125
};
2226

2327
#[cfg(all(feature = "unstable", feature = "alloc"))]

0 commit comments

Comments
 (0)