mirror of https://github.com/usbharu/Hideout.git
style: fix lint (CI)
This commit is contained in:
parent
ad112406b8
commit
d2c608333d
|
@ -105,7 +105,8 @@ class MastodonReadTimelineApplicationService(
|
|||
filtered = emptyList(),
|
||||
)
|
||||
},
|
||||
readTimeline.next?.id, readTimeline.prev?.id
|
||||
readTimeline.next?.id,
|
||||
readTimeline.prev?.id
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue