Skip to content

Commit

Permalink
cargo fmt all
Browse files Browse the repository at this point in the history
  • Loading branch information
nekevss committed Dec 8, 2023
1 parent 04d3f65 commit abacf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/engine/src/vm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mod runtime_limits;
pub mod flowgraph;

#[cfg(feature = "trace")]
use trace::{VmTrace, TraceAction};
use trace::{TraceAction, VmTrace};

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

0 comments on commit abacf7f

Please sign in to comment.