Skip to content

Commit a22982d

Browse files
committed
chore(community): 파일 마지막에 개행 추가
1 parent 87d740c commit a22982d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/somemore/community/domain/CommunityComment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ public boolean isWriter(UUID writerId) {
5151
public void updateWith(CommunityCommentUpdateRequestDto dto) {
5252
this.content = dto.content();
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)