chore: format

This commit is contained in:
dogeystamp 2024-01-05 22:20:30 -05:00
parent 60ad020d14
commit aa413bcaf2
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -4,6 +4,7 @@
use crate::vm::VM;
#[derive(Debug)]
enum OpCode {
// branch
BR = 0,