From acfb870700472d102d99231a54112fcba3ea25f5 Mon Sep 17 00:00:00 2001 From: Ralf Comtesse Date: Sun, 28 Sep 2025 10:49:02 +0200 Subject: [PATCH] removed unnecessary comment markers at line ends in TexttestFixture.scala --- scala/src/test/scala/com/gildedrose/TexttestFixture.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scala/src/test/scala/com/gildedrose/TexttestFixture.scala b/scala/src/test/scala/com/gildedrose/TexttestFixture.scala index 4cd78092..e8da3d53 100644 --- a/scala/src/test/scala/com/gildedrose/TexttestFixture.scala +++ b/scala/src/test/scala/com/gildedrose/TexttestFixture.scala @@ -6,10 +6,10 @@ object TexttestFixture { println("OMGHAI!") val items = Array[Item]( - Item("+5 Dexterity Vest", 10, 20), // - Item("Aged Brie", 2, 0), // - Item("Elixir of the Mongoose", 5, 7), // - Item("Sulfuras, Hand of Ragnaros", 0, 80), // + Item("+5 Dexterity Vest", 10, 20), + Item("Aged Brie", 2, 0), + Item("Elixir of the Mongoose", 5, 7), + Item("Sulfuras, Hand of Ragnaros", 0, 80), Item("Sulfuras, Hand of Ragnaros", -1, 80), Item("Backstage passes to a TAFKAL80ETC concert", 15, 20), Item("Backstage passes to a TAFKAL80ETC concert", 10, 49),