mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 17:14:32 +01:00
trim fix
This commit is contained in:
parent
0716473405
commit
8c8bfd0dd5
@ -26,5 +26,5 @@ private fun getReplacementText(
|
||||
${Common.START_SECTION(tagName)}
|
||||
$newInsertionText
|
||||
${Common.END_SECTION(tagName)}
|
||||
""".trimIndent()
|
||||
"""
|
||||
}
|
@ -43,7 +43,7 @@ internal suspend fun updateDownloadCards(
|
||||
<img src="${getDownloadCard(totalDownloads)}"
|
||||
height="125" width="280" alt="Total Downloads">
|
||||
</a>
|
||||
""".trimIndent(),
|
||||
""",
|
||||
secrets.tagName
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user