Skip to content

Commit

Permalink
hotfix: format 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 26, 2024
1 parent 933fdc5 commit 1edb04b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public StudentModel(String accountId, String password, String name, Integer grad
grade,
classNumber,
number,
String.format("%d%02d%02d", grade, classNumber, number)
String.format("%1d%1d%02d", grade, classNumber, number)
),
profileImagePath,
new StudentElementDto.Major(majorId, majorName)
Expand Down

0 comments on commit 1edb04b

Please sign in to comment.