From 3608cf328f2fe2715450368b5ae05e14a9f7d424 Mon Sep 17 00:00:00 2001
From: Smayan Nirantare <smayan@cs.washington.edu>
Date: Tue, 13 Feb 2024 00:06:07 -0800
Subject: [PATCH] fixed missing bracket

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

diff --git a/Products.java b/Products.java
index 984b228..438276d 100644
--- a/Products.java
+++ b/Products.java
@@ -21,7 +21,7 @@ public class Products { /* a good class, but not as good as cse391 */
                 "Image of a one-dollar bill",
                 1.00
                 );
-
+    }
 
     public Product benoreProduct() {
 	    return new Product(
-- 
GitLab