diff --git a/Products.java b/Products.java
index 7710c140ce5881783c4b9dd47deaee50d4998f78..c828aec1f38e86f6a185c968bb519a77998f0f48 100644
--- a/Products.java
+++ b/Products.java
@@ -714,7 +714,7 @@ public class Products { /* a good class, but not as good as cse391 */
                             "Electric Heating Pad for Neck and Shoulder",
 			    68.00
                             );
-
+    }
     public Product azitabProduct() {
 	return new Product(
 		"Cinnamon Roll Plushie", 
diff --git a/Staff.java b/Staff.java
index 536663b050a8f64d023bb87388edc5b90eb7101f..52edef0123dfbd34f52df0e401bf605855c0c8b4 100644
--- a/Staff.java
+++ b/Staff.java
@@ -740,7 +740,7 @@ public class Staff {
             "Solana_Beach_bluffs.jpeg",
             "Picture of Solana Beach, San Diego"
         );
-
+    }
     public Employee azitab() {
 	return new Employee(
 		"Azita",