Skip to content

Commit fb49081

Browse files
committed
format code
1 parent d956187 commit fb49081

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/exception.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use aarch64_cpu::registers::{ESR_EL2, HCR_EL2, Readable, SCTLR_EL1, VTCR_EL2, VTTBR_EL2};
22

3-
use axaddrspace::{GuestPhysAddr, device::AccessWidth};
3+
use axaddrspace::GuestPhysAddr;
4+
use axaddrspace::device::AccessWidth;
45
use axerrno::{AxError, AxResult};
56
use axvcpu::AxVCpuExitReason;
67

0 commit comments

Comments
 (0)