From a2400cdca816644e531ea51e786551b5cb05e06f Mon Sep 17 00:00:00 2001
From: Dhruv Bansal <dhvbnl@cs.washington.edu>
Date: Tue, 6 Feb 2024 15:33:20 -0800
Subject: [PATCH] fixed

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

diff --git a/Products.java b/Products.java
index 96e5641..aaf7588 100644
--- a/Products.java
+++ b/Products.java
@@ -100,7 +100,7 @@ public class Products { /* a good class, but not as good as cse391 */
     }
 
     public Product dhvbnlProduct() {
-        return new Product(
+        return new Product (
                 "proteen",
                 "gets you jacked",
                 "proteen.jpg",
-- 
GitLab