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