mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-03 04:07:53 +00:00
style: fix lint (CI)
This commit is contained in:
+5
-7
@@ -62,12 +62,10 @@ class PostContent {
|
|||||||
|
|
||||||
override fun toString(): String {
|
override fun toString(): String {
|
||||||
return "PostContent(" +
|
return "PostContent(" +
|
||||||
"text='$text', " +
|
"text='$text', " +
|
||||||
"content='$content', " +
|
"content='$content', " +
|
||||||
"emojiIds=$emojiIds, " +
|
"emojiIds=$emojiIds, " +
|
||||||
"wasTruncated=$wasTruncated" +
|
"wasTruncated=$wasTruncated" +
|
||||||
")"
|
")"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user