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