Skip to content

Commit dba7800

Browse files
committed
apply rustfmt
1 parent 85809f3 commit dba7800

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

crates/fuzzing/src/oracles/diff_wasmi.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ impl DiffEngine for WasmiEngine {
8787
}
8888

8989
fn is_non_deterministic_error(&self, err: &Error) -> bool {
90-
matches!(
91-
self.trap_code(err),
92-
Some(wasmi::TrapCode::StackOverflow)
93-
)
90+
matches!(self.trap_code(err), Some(wasmi::TrapCode::StackOverflow))
9491
}
9592
}
9693

0 commit comments

Comments
 (0)