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 {
|
override fun toString(): String {
|
||||||
return "PostContent(" +
|
return "PostContent(" +
|
||||||
"text='$text', " +
|
"text='$text', " +
|
||||||
"content='$content', " +
|
"content='$content', " +
|
||||||
"emojiIds=$emojiIds, " +
|
"emojiIds=$emojiIds, " +
|
||||||
"wasTruncated=$wasTruncated" +
|
"wasTruncated=$wasTruncated" +
|
||||||
")"
|
")"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue