mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +00:00
style: fix lint (CI)
This commit is contained in:
committed by
github-actions[bot]
parent
ad112406b8
commit
d2c608333d
+2
-1
@@ -105,7 +105,8 @@ class MastodonReadTimelineApplicationService(
|
||||
filtered = emptyList(),
|
||||
)
|
||||
},
|
||||
readTimeline.next?.id, readTimeline.prev?.id
|
||||
readTimeline.next?.id,
|
||||
readTimeline.prev?.id
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user