Skip to content

Commit

Permalink
Fix Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohii2 committed Apr 15, 2024
1 parent df45ef3 commit 5131e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/duke/Group.java
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,4 @@ private User findUser(String userName) {
public static void removeGroup(String groupName) {
groups.remove(groupName);
}
}
}

0 comments on commit 5131e72

Please sign in to comment.