From 0e112a8a44db394af6cd45080ea5ff8558477099 Mon Sep 17 00:00:00 2001 From: GooseDB Date: Sun, 13 Oct 2019 00:19:09 +0300 Subject: [PATCH] return newline --- examples/mos6502.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}