Skip to content

Commit

Permalink
Chore: CheckStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawardshin committed Jul 31, 2024
1 parent 680663a commit f38b548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/capstone/relation/workspace/WorkSpace.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void addUser(User user) {
user.setWorkSpace(this);
user.setInvitedWorkspaceId("");
}

public void setName(String name) {
this.name = name;
}
Expand Down

0 comments on commit f38b548

Please sign in to comment.