Skip to content

Commit

Permalink
[fix] cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hky1999 committed Dec 13, 2024
1 parent 44518b2 commit 9c41ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ mod context_frame;
mod exception_utils;
mod exception;
mod pcpu;
mod vcpu;
mod smc;
mod vcpu;

pub use self::pcpu::Aarch64PerCpu;
pub use self::vcpu::{Aarch64VCpu, Aarch64VCpuCreateConfig};
Expand Down

0 comments on commit 9c41ea7

Please sign in to comment.