style: fix lint (CI)

This commit is contained in:
usbharu 2024-09-12 17:57:49 +00:00 committed by github-actions[bot]
parent 5969371a40
commit d74101a2b6
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,8 @@ class MastodonReadTimelineApplicationService(
filtered = emptyList(),
)
},
readTimeline.next?.id, readTimeline.prev?.id
readTimeline.next?.id,
readTimeline.prev?.id
)
}