Skip to content

Commit

Permalink
Run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Dec 5, 2019
1 parent 3a8783c commit aa469b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/functions/local_function/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ fn validate_instruction<'context>(

op @ Operator::TableInit { .. }
| op @ Operator::ElemDrop { .. }
| op @ Operator::TableCopy {.. } => {
| op @ Operator::TableCopy { .. } => {
bail!("Have not implemented support for opcode yet: {:?}", op)
}
}
Expand Down

0 comments on commit aa469b0

Please sign in to comment.