From d2c608333d3fade4afc38c899e628f4f84d253c4 Mon Sep 17 00:00:00 2001 From: usbharu Date: Tue, 10 Sep 2024 12:14:38 +0000 Subject: [PATCH] style: fix lint (CI) --- .../timeline/MastodonReadTimelineApplicationService.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hideout-mastodon/src/main/kotlin/dev/usbharu/hideout/mastodon/application/timeline/MastodonReadTimelineApplicationService.kt b/hideout-mastodon/src/main/kotlin/dev/usbharu/hideout/mastodon/application/timeline/MastodonReadTimelineApplicationService.kt index 770cb239..2390c841 100644 --- a/hideout-mastodon/src/main/kotlin/dev/usbharu/hideout/mastodon/application/timeline/MastodonReadTimelineApplicationService.kt +++ b/hideout-mastodon/src/main/kotlin/dev/usbharu/hideout/mastodon/application/timeline/MastodonReadTimelineApplicationService.kt @@ -105,7 +105,8 @@ class MastodonReadTimelineApplicationService( filtered = emptyList(), ) }, - readTimeline.next?.id, readTimeline.prev?.id + readTimeline.next?.id, + readTimeline.prev?.id ) }