style: fix lint (CI)

This commit is contained in:
usbharu 2024-09-10 12:14:38 +00:00 committed by github-actions[bot]
parent ad112406b8
commit d2c608333d
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
)
}