Skip to content

Commit ebf6cd6

Browse files
committed
[BOOK-212] chore: code style check success
1 parent b7cf1c7 commit ebf6cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feature/detail/src/main/kotlin/com/ninecraft/booket/feature/detail/book/BookDetailPresenter.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class BookDetailPresenter @AssistedInject constructor(
155155
when (currentRecordSort) {
156156
RecordSort.PAGE_NUMBER_ASC -> compareBy { it.pageNumber }
157157
RecordSort.CREATED_DATE_DESC -> compareByDescending { it.createdAt }
158-
}
158+
},
159159
).toPersistentList()
160160
}
161161

@@ -229,7 +229,7 @@ class BookDetailPresenter @AssistedInject constructor(
229229
when (event.sortType) {
230230
RecordSort.PAGE_NUMBER_ASC -> compareBy { it.pageNumber }
231231
RecordSort.CREATED_DATE_DESC -> compareByDescending { it.createdAt }
232-
}
232+
},
233233
).toPersistentList()
234234
isRecordSortBottomSheetVisible = false
235235
}

0 commit comments

Comments
 (0)