Fix a code format error in the trap handler

This commit is contained in:
Zhang Junyang 2024-04-03 14:45:47 +08:00 committed by Tate, Hongliang Tian
parent e7e613db4e
commit 4dd707488d
1 changed files with 1 additions and 4 deletions

View File

@ -22,10 +22,7 @@ use crate::{
boot::memory_region::MemoryRegion,
cpu::{CpuException, PageFaultErrorCode, PAGE_FAULT},
cpu_local,
vm::{
page_table::PageTableFlagsTrait,
PageTable, PHYS_MEM_BASE_VADDR,
},
vm::{page_table::PageTableFlagsTrait, PageTable, PHYS_MEM_BASE_VADDR},
};
#[cfg(feature = "intel_tdx")]