mirror of https://github.com/usbharu/Hideout.git
style: fix lint (CI)
This commit is contained in:
parent
5036e01c89
commit
f86a224ed2
|
@ -42,7 +42,8 @@ class GetUserTimelineApplicationService(
|
|||
reply = postDetailMap[it.replyId?.id]
|
||||
)
|
||||
},
|
||||
postList.next, postList.prev
|
||||
postList.next,
|
||||
postList.prev
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue