Skip to content

Commit abacf7f

Browse files
committed
cargo fmt all
1 parent 04d3f65 commit abacf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/engine/src/vm/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mod runtime_limits;
2929
pub mod flowgraph;
3030

3131
#[cfg(feature = "trace")]
32-
use trace::{VmTrace, TraceAction};
32+
use trace::{TraceAction, VmTrace};
3333

3434
// TODO: see if this can be exposed on all features.
3535
#[allow(unused_imports)]

0 commit comments

Comments
 (0)