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
eed5e8a75a
commit
ac5d6800e1
+7
-7
@@ -44,13 +44,13 @@ class UserDetail(
|
||||
override fun hashCode(): Int = id.hashCode()
|
||||
override fun toString(): String {
|
||||
return "UserDetail(" +
|
||||
"id=$id, " +
|
||||
"actorId=$actorId, " +
|
||||
"password=$password, " +
|
||||
"autoAcceptFolloweeFollowRequest=$autoAcceptFolloweeFollowRequest, " +
|
||||
"lastMigration=$lastMigration, " +
|
||||
"homeTimelineId=$homeTimelineId" +
|
||||
")"
|
||||
"id=$id, " +
|
||||
"actorId=$actorId, " +
|
||||
"password=$password, " +
|
||||
"autoAcceptFolloweeFollowRequest=$autoAcceptFolloweeFollowRequest, " +
|
||||
"lastMigration=$lastMigration, " +
|
||||
"homeTimelineId=$homeTimelineId" +
|
||||
")"
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
-2
@@ -80,6 +80,4 @@ open class SnowflakeIdGenerateService(private val baseTime: Long) : IdGenerateSe
|
||||
result = 31 * result + mutex.hashCode()
|
||||
return result
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user