removed unnecessary comment markers at line ends in TexttestFixture.scala

This commit is contained in:
Ralf Comtesse 2025-09-28 10:49:02 +02:00
parent ced0cf4c31
commit db3b9ef3da

View File

@ -6,10 +6,10 @@ object TexttestFixture {
println("OMGHAI!") println("OMGHAI!")
val items = Array[Item]( val items = Array[Item](
Item("+5 Dexterity Vest", 10, 20), // Item("+5 Dexterity Vest", 10, 20),
Item("Aged Brie", 2, 0), // Item("Aged Brie", 2, 0),
Item("Elixir of the Mongoose", 5, 7), // Item("Elixir of the Mongoose", 5, 7),
Item("Sulfuras, Hand of Ragnaros", 0, 80), // Item("Sulfuras, Hand of Ragnaros", 0, 80),
Item("Sulfuras, Hand of Ragnaros", -1, 80), Item("Sulfuras, Hand of Ragnaros", -1, 80),
Item("Backstage passes to a TAFKAL80ETC concert", 15, 20), Item("Backstage passes to a TAFKAL80ETC concert", 15, 20),
Item("Backstage passes to a TAFKAL80ETC concert", 10, 49), Item("Backstage passes to a TAFKAL80ETC concert", 10, 49),