Skip to content

Commit 06b27b0

Browse files
committed
rustfmt
1 parent f46b2df commit 06b27b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasmtime/src/runtime/instantiate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
//! `CompiledModule` to allow compiling and instantiating to be done as separate
44
//! steps.
55
6-
use crate::{code::EngineCode, Engine};
76
use crate::prelude::*;
87
use crate::profiling_agent::ProfilingAgent;
98
use crate::runtime::vm::CompiledModuleId;
9+
use crate::{Engine, code::EngineCode};
1010
use alloc::sync::Arc;
1111
use core::ops::Range;
1212
use core::str;

0 commit comments

Comments
 (0)