Browse Source

I'm done baby

Whitney Martinez 6 years ago
parent
commit
65966a9bb0
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/main/java/com/zipcodewilmington/gildedrose/Inventory.java

+ 2
- 1
src/main/java/com/zipcodewilmington/gildedrose/Inventory.java View File

@@ -37,7 +37,7 @@ public class Inventory {
37 37
                 case Sulf:
38 38
                     increaseQuality(items[i]);
39 39
                     under6days(items[i]);
40
-                  
40
+
41 41
                     break;
42 42
 
43 43
 
@@ -108,6 +108,7 @@ public class Inventory {
108 108
 
109 109
 
110 110
         }
111
+        //I did it : ) 
111 112
 
112 113
     }
113 114