This commit is contained in:
shabinder 2021-06-06 01:28:26 +05:30
parent 26a1debb7a
commit ad4feb70ab

View File

@ -24,7 +24,7 @@ private fun getReplacementText(
): String { ): String {
return """ return """
${Common.START_SECTION(tagName)} ${Common.START_SECTION(tagName)}
$newInsertionText $newInsertionText
${Common.END_SECTION(tagName)} ${Common.END_SECTION(tagName)}
""" """.trimIndent()
} }