Compiler&plugin deprecations cleanup: string operations.
This commit is contained in:
@@ -82,7 +82,7 @@ public fun String.underlineAsText(from: Int, to: Int): String {
|
||||
|
||||
if (isEndOfLine(c.toInt())) {
|
||||
if (lineWasMarked) {
|
||||
lines.appendln(marks.toString().trimTrailing())
|
||||
lines.appendln(marks.toString().trimEnd())
|
||||
lineWasMarked = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user