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

View File

@ -26,5 +26,5 @@ private fun getReplacementText(
${Common.START_SECTION(tagName)}
$newInsertionText
${Common.END_SECTION(tagName)}
"""
""".trimIndent()
}