Skip to content

Commit 4b7ff9a

Browse files
committed
fmt fix
1 parent aaf2966 commit 4b7ff9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/src/const_collapse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub fn collapse_const_if_possible(op: &Operator, inputs: &[MaybeConstant]) {
3131
| Operator::I32GeS
3232
| Operator::I64GeS
3333
| Operator::I32GeU
34-
| Operator::I64GeU
34+
| Operator::I64GeU
3535
| Operator::I32Eq
3636
| Operator::I64Eq
3737
| Operator::I32Ne

0 commit comments

Comments
 (0)