whitespace

This commit is contained in:
Mark Canlas 2022-08-03 09:15:02 -04:00
parent 556c60eccc
commit 47bacfc217

View File

@ -16,7 +16,7 @@ class FeatureSpec extends AnyFunSuite with Matchers:
.write(2)[A] shouldBe "LDA 2 STA 1"
}
test("writing to an address can use A, X, and Y registers for bouncing ") {
test("writing to an address can use A, X, and Y registers for bouncing") {
ReadWriteAddress(Address.zero(0x01))
.write(2)[A] shouldBe "LDA 2 STA 1"