mirror of https://github.com/usbharu/Hideout.git
style: fix lint (CI)
This commit is contained in:
parent
a9b7759220
commit
5777adac93
|
@ -35,7 +35,8 @@ class UserFollowRequestApplicationService(
|
|||
private val actorRepository: ActorRepository,
|
||||
private val relationshipDomainService: RelationshipDomainService
|
||||
) : LocalUserAbstractApplicationService<FollowRequest, Unit>(
|
||||
transaction, logger
|
||||
transaction,
|
||||
logger
|
||||
) {
|
||||
|
||||
override suspend fun internalExecute(command: FollowRequest, principal: LocalUser) {
|
||||
|
|
|
@ -41,6 +41,4 @@ class FilterKeyword(
|
|||
"mode=$mode" +
|
||||
")"
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -39,7 +39,6 @@ class FilterName(name: String) {
|
|||
")"
|
||||
}
|
||||
|
||||
|
||||
companion object {
|
||||
const val LENGTH = 300
|
||||
}
|
||||
|
|
|
@ -41,6 +41,4 @@ class FilterResult(val filter: Filter, val matchedKeyword: String) {
|
|||
"matchedKeyword='$matchedKeyword'" +
|
||||
")"
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -43,6 +43,4 @@ class FilteredPost(val post: Post, val filterResults: List<FilterResult>) {
|
|||
"filterResults=$filterResults" +
|
||||
")"
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue