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

---
 Staff.java | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Staff.java b/Staff.java
index 86a9669..67bb57a 100644
--- a/Staff.java
+++ b/Staff.java
@@ -119,12 +119,13 @@ public class Staff {
     }
 
     public Employee dhvbnl() {
-    	return new Employee(
-		"dhruv",
+    	return new Employee (
+		"Dhruv",
 		"tech student",
 		"breaking things that work, making things that break",
 		"dhvbnl.jpg",
-		"pillow representing dhruv"	
+		"pillow representing dhruv"
 	);
     }
+
 }	
-- 
GitLab