Skip to content

Commit

Permalink
apply rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Dec 5, 2023
1 parent 2e3d27c commit b3f0de6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/wasmi/src/engine/translator/tests/regression/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
use super::*;
use crate::engine::{bytecode::{RegisterSpan, BranchOffset, BranchOffset16}, CompiledFunc};
use crate::engine::{
bytecode::{BranchOffset, BranchOffset16, RegisterSpan},
CompiledFunc,
};

#[test]
#[cfg_attr(miri, ignore)]
Expand Down

0 comments on commit b3f0de6

Please sign in to comment.