Skip to content

Commit fd818fc

Browse files
rustfmt
1 parent a2fc6ce commit fd818fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

uefi/src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ fn main_inner(image: Handle, mut st: SystemTable<Boot>) -> Status {
161161
};
162162

163163
log::trace!("exiting boot services");
164-
let (system_table, memory_map) = st
165-
.exit_boot_services();
164+
let (system_table, memory_map) = st.exit_boot_services();
166165

167166
let mut frame_allocator =
168167
LegacyFrameAllocator::new(memory_map.entries().copied().map(UefiMemoryDescriptor));

0 commit comments

Comments
 (0)