mirror of https://github.com/usbharu/Hideout.git
style: fix lint (CI)
This commit is contained in:
parent
c88ff0b3fe
commit
516147252b
|
@ -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" +
|
||||
")"
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue