Skip to content

Commit 1205191

Browse files
committed
refactor : code format 적용
1 parent d6ede1b commit 1205191

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

core/src/main/java/com/dnd/sbooky/core/evaluation/Evaluation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ private static void precondition(Long id, EvaluationType type, EvaluationKeyword
5050
throw new IllegalArgumentException("Id is out of range.");
5151
}
5252
}
53-
5453
}

core/src/main/java/com/dnd/sbooky/core/evaluation/EvaluationKeyword.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
import lombok.Getter;
44

5-
65
@Getter
76
public enum EvaluationKeyword {
8-
97
IMMERSIVE(101L, EvaluationType.GOOD, "몰입감 높은"),
108
EMOTIONAL(102L, EvaluationType.GOOD, "감동적인"),
119
INFORMATIVE(103L, EvaluationType.GOOD, "유익한"),

0 commit comments

Comments
 (0)