style: fix lint (CI)

This commit is contained in:
usbharu 2025-05-11 15:20:44 +00:00 committed by github-actions[bot]
parent c88ff0b3fe
commit 516147252b
1 changed files with 5 additions and 7 deletions

View File

@ -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" +
")"
}
}