Skip to content

Commit

Permalink
refactor: 코드 정렬(#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minjae-An committed Mar 13, 2024
1 parent 1d75218 commit 0ba46e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/src/main/java/yeonba/be/user/entity/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ public void minusArrow(int arrow) {

public String getGender() {
if (this.gender) {

return "남";
}

Expand Down

0 comments on commit 0ba46e3

Please sign in to comment.