Skip to content

Commit

Permalink
♻️ :: ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongho1209 committed Apr 23, 2023
1 parent 2b47ec6 commit 25bc365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class StatusPersistenceAdapter(
.where(
statusEntity.studentId.eq(studentId),
statusEntity.type.eq(StatusType.PICNIC),
statusEntity.date.eq(LocalDate.now())
statusEntity.date.eq(LocalDate.now()),
)
.fetchFirst()
?.let(statusMapper::entityToDomain)
Expand Down

0 comments on commit 25bc365

Please sign in to comment.