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

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

diff --git a/Products.java b/Products.java
index b3f6a9b..c866390 100644
--- a/Products.java
+++ b/Products.java
@@ -118,6 +118,7 @@ public class Products { /* a good class, but not as good as cse391 */
                 "image of proteen powder",
                 9.99
         );
+    }
 
     public Product yixuan19Product(){
     	return new Product (
-- 
GitLab