mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 09:04:32 +01:00
trim fix
This commit is contained in:
parent
26a1debb7a
commit
ad4feb70ab
@ -24,7 +24,7 @@ private fun getReplacementText(
|
||||
): String {
|
||||
return """
|
||||
${Common.START_SECTION(tagName)}
|
||||
$newInsertionText
|
||||
$newInsertionText
|
||||
${Common.END_SECTION(tagName)}
|
||||
"""
|
||||
""".trimIndent()
|
||||
}
|
Loading…
Reference in New Issue
Block a user