From 47bacfc21750b93b46a0722f26aa70ad14c5878d Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Wed, 3 Aug 2022 09:15:02 -0400 Subject: [PATCH] whitespace --- .../src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala b/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala index 1ae0c0e..08377e7 100644 --- a/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala +++ b/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala @@ -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"