Skip to content

Commit 74042e8

Browse files
committed
refactor : 띄어 쓰기 추가
1 parent 082ffd7 commit 74042e8

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/ezcode/codetest/domain/problem/model/enums

1 file changed

+1
-1
lines changed

src/main/java/org/ezcode/codetest/domain/problem/model/enums/Difficulty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public enum Difficulty {
1515
LV4("4", 80),
1616
LV5("5", 160),
1717
LV6("6", 320),
18-
LV7("7",640);
18+
LV7("7", 640);
1919

2020
private final String difficulty;
2121

0 commit comments

Comments
 (0)