Skip to content

Commit

Permalink
refactor: 닉네임 수정 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom authored Aug 30, 2024
1 parent 195537f commit 9f6de36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public enum RandomNickname {
public static String makeRandomNickName() {
return NICK.value.get(randomNumber()) + " "
+ NAME.value.get(randomNumber())
+ getUniqueNumber() + "님";
+ getUniqueNumber();
}

private static int randomNumber() {
Expand Down

0 comments on commit 9f6de36

Please sign in to comment.