Skip to content

Commit

Permalink
Improved comment extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
NickP0is0n committed Jul 5, 2021
1 parent 6acb6ef commit 10abe37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data class LocalizedString @JvmOverloads constructor(
val commentStrings = listOf(*comment.split("\n").toTypedArray())
commentStrings.forEach {
rawLocalizedStringBuilder
.append("//")
.append("// ")
.append(it)
.append("\n")
}
Expand Down

0 comments on commit 10abe37

Please sign in to comment.