mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-20 19:39:38 +00:00
fix: toStringを修正
This commit is contained in:
@@ -35,6 +35,11 @@ open class Follow(
|
||||
}
|
||||
|
||||
override fun toString(): String {
|
||||
return "Follow(apObject='$apObject', actor='$actor', id=$id)"
|
||||
return "Follow(" +
|
||||
"apObject='$apObject', " +
|
||||
"actor='$actor', " +
|
||||
"id=$id" +
|
||||
")" +
|
||||
" ${super.toString()}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user