lint: run ktlintFormat

This commit is contained in:
Jarne Demeulemeester 2024-03-05 21:52:55 +01:00
parent a0297357d5
commit e1f2541e24
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5

View file

@ -42,7 +42,7 @@ constructor(
try { try {
val items = jellyfinRepository.getItems( val items = jellyfinRepository.getItems(
parentId = parentId, parentId = parentId,
sortBy = SortBy.RELEASE_DATE sortBy = SortBy.RELEASE_DATE,
) )
if (items.isEmpty()) { if (items.isEmpty()) {