From 898a52581bf96de1688c5136705d28fb62a4f264 Mon Sep 17 00:00:00 2001
From: Calvin Tsai <ctsai7@attu7.cs.washington.edu>
Date: Mon, 12 Feb 2024 15:39:59 -0800
Subject: [PATCH] added the space back

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

diff --git a/Products.java b/Products.java
index 22ea591..4b7faec 100644
--- a/Products.java
+++ b/Products.java
@@ -1,5 +1,6 @@
 /* check out these products! */
 public class Products { /* a good class, but not as good as cse391 */
+    
     public Product ctsai7Product() {
 	return new Product(
 		"G. Loomis GLX Casting Rod",
-- 
GitLab