Skip to content

Commit 65b8197

Browse files
committed
uefi runtime: cargo xtask fmt
1 parent f5c2e4f commit 65b8197

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

uefi/src/runtime.rs

Lines changed: 6 additions & 2 deletions
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)