diff --git a/examples/mos6502.rs b/examples/mos6502.rs index f6d6d99..f8c4612 100644 --- a/examples/mos6502.rs +++ b/examples/mos6502.rs @@ -135,4 +135,4 @@ fn main() { cpu.run(); println!("{:?}", cpu); -} \ No newline at end of file +}