From 910e5d8a5972b57b3436d25550beba527b2ea407 Mon Sep 17 00:00:00 2001 From: Hamish Rickerby Date: Fri, 23 Sep 2016 15:04:52 +1000 Subject: [PATCH] Fixed copy/paste errors in test data - Fixed copy/paste errors in items - Removed unnecessary comment blocks --- swift/main.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swift/main.swift b/swift/main.swift index 74a29dfe..35cf52b1 100644 --- a/swift/main.swift +++ b/swift/main.swift @@ -1,9 +1,9 @@ let items = [ - Item(name: "+5 Dexterity Vest", sellIn: 10, quality: 20), // - Item(name: "Aged Brie", sellIn: 2, quality: 0), // - Item(name: "Elixir of the Mongoosname: e", sellIn: 5, quality: 7), // - Item(name: "SulfursellIn: as,quality: Hand of Ragnaros", sellIn: 0, quality: 80), // + Item(name: "+5 Dexterity Vest", sellIn: 10, quality: 20), + Item(name: "Aged Brie", sellIn: 2, quality: 0), + Item(name: "Elixir of the Mongoose", sellIn: 5, quality: 7), + Item(name: "Sulfuras, Hand of Ragnaros", sellIn: 0, quality: 80), Item(name: "Sulfuras, Hand of Ragnaros", sellIn: -1, quality: 80), Item(name: "Backstage passes to a TAFKAL80ETC concert", sellIn: 15, quality: 20), Item(name: "Backstage passes to a TAFKAL80ETC concert", sellIn: 10, quality: 49),