Skip to content

Commit

Permalink
stub(main): cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
RaitoBezarius committed May 18, 2023
1 parent 33870a1 commit 996a3b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rust/stub/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

extern crate alloc;

mod efivars;
mod linux_loader;
mod measure;
mod pe_loader;
mod pe_section;
mod tpm;
mod uefi_helpers;
mod unified_sections;

Expand All @@ -26,7 +29,6 @@ use uefi::{
},
CStr16, CString16, Result,
};
use efivars::{EfiLoaderFeatures, export_efi_variables, get_loader_features};

use crate::{
linux_loader::InitrdLoader,
Expand Down

0 comments on commit 996a3b6

Please sign in to comment.