Skip to content

Commit 63a1c4f

Browse files
author
szy
committed
fmt
1 parent 1986658 commit 63a1c4f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/vmm/fdt/create.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ use axvm::{VMMemoryRegion, config::AxVMCrateConfig};
1010
use fdt_parser::{Fdt, Node};
1111
use vm_fdt::{FdtWriter, FdtWriterNode};
1212

13-
use crate::vmm::{
14-
VMRef,
15-
images::load_vm_image_from_memory,
16-
};
13+
use crate::vmm::{VMRef, images::load_vm_image_from_memory};
1714

1815
// use crate::vmm::fdt::test::{print_fdt, print_guest_fdt};
1916
/// Generate guest FDT and return DTB data

0 commit comments

Comments
 (0)