From 4a2cf53ff0e997bd3ae231a807b073b8708895fe Mon Sep 17 00:00:00 2001
From: Isaac Wu <isaacwu@cs.washington.edu>
Date: Tue, 6 Feb 2024 14:12:59 -0800
Subject: [PATCH] Added semicolon

---
 Staff.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Staff.java b/Staff.java
index ca20104..01eb01e 100644
--- a/Staff.java
+++ b/Staff.java
@@ -95,7 +95,8 @@ public class Staff {
 	    "Can I go to sleep now?",
 	    "icon.jpeg",
 	    "angrily studying"
-    
+       );
+
     public Employee aamangus() {
     	return new Employee(
 		"Anthony",
-- 
GitLab