Skip to content

Commit bef0ddb

Browse files
committed
style(개행): git 잠재적인 문제 예방
1 parent 6f425ef commit bef0ddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/somemore/volunteer/repository/VolunteerRepositoryImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ private <T> Optional<T> findDynamicField(UUID id, Path<T> field) {
7676
private BooleanExpression isNotDeleted() {
7777
return volunteer.deleted.isFalse();
7878
}
79-
}
79+
}

src/main/java/com/somemore/volunteerapply/domain/VolunteerApply.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ public VolunteerApply(UUID volunteerId, Long recruitBoardId, ApplyStatus status,
4141
}
4242
}
4343

44-
// TODO 상태 업데이트 메서드들을 만들고 빌더에서 status를 변경 불가하도록
44+
// TODO 상태 업데이트 메서드들을 만들고 빌더에서 status를 변경 불가하도록

0 commit comments

Comments
 (0)