Skip to content

Commit 4639152

Browse files
committed
chore: enum 중복된 세미콜론 수정
1 parent 1492ba6 commit 4639152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/eatda/domain/cheer/CheerTagName.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public enum CheerTagName {
2020
PET_FRIENDLY(CheerTagCategory.PRACTICAL),
2121
LATE_NIGHT(CheerTagCategory.PRACTICAL),
2222
NEAR_SUBWAY(CheerTagCategory.PRACTICAL),
23-
MANY_NEARBY_ATTRACTIONS(CheerTagCategory.PRACTICAL);
23+
MANY_NEARBY_ATTRACTIONS(CheerTagCategory.PRACTICAL),
2424
;
2525

2626
private final CheerTagCategory type;

0 commit comments

Comments
 (0)