Configured to use rustfmt version 2 which fixes some comment formatting

This commit is contained in:
transistor 2024-03-17 10:52:48 -07:00
parent 868e5b868f
commit 101b3fabd5
4 changed files with 14 additions and 13 deletions

View File

@ -1,4 +1,5 @@
edition = "2021"
version = "Two"
max_width = 132

View File

@ -101,7 +101,7 @@ impl Z80InstructionCycles {
return Ok(Z80InstructionCycles::Repeating {
repeating: 21 + extra,
terminating: 16 + extra,
})
});
},
Instruction::CPL => 4,