From b759625d5d7a9e2c4aea9036a5c80cd0519b1795 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 20 Apr 2023 10:17:27 +1000 Subject: [PATCH] clean --- lib/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/lib.rs b/lib/src/lib.rs index 5991195..a65a3e0 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -143,7 +143,8 @@ where self.cpu.reg.hl, self.cpu.reg.sp, self.cpu.reg.pc, - self.cpu.last_instruction,self.cpu.last_instruction_addr + self.cpu.last_instruction, + self.cpu.last_instruction_addr ) }