Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
raskad committed Dec 7, 2024
1 parent bbf8c83 commit 5b6ee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/engine/src/vm/code_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ impl CodeBlock {
| Instruction::Reserved45
| Instruction::Reserved46
| Instruction::Reserved47
| Instruction::Reserved48 => unreachable!("Reserved opcodes are unrechable"),
| Instruction::Reserved48 => unreachable!("Reserved opcodes are unrechable"),
}
}
}
Expand Down

0 comments on commit 5b6ee34

Please sign in to comment.