From ba8800fc5eee1a8e6a4ad61cf5a3e7d94f7cbe06 Mon Sep 17 00:00:00 2001
From: Sriram Kutty <skutty@cs.washington.edu>
Date: Tue, 6 Feb 2024 15:18:58 -0800
Subject: [PATCH] Sriram's changes

---
 Products.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Products.java b/Products.java
index 3c9ca49..8f90fc1 100644
--- a/Products.java
+++ b/Products.java
@@ -117,6 +117,8 @@ public class Products { /* a good class, but not as good as cse391 */
 		"Avatar.png",
 		"Picture of Gawr Gura",
 		114514.0
+	);
+    }
 
     public Product skuttyProduct() {
 	return new Product(
-- 
GitLab