remove blank line.

This commit is contained in:
Benoit Marty
2024-12-10 08:46:07 +01:00
parent 6113e4cd40
commit 5920bc0e9f

View File

@@ -68,4 +68,3 @@ fun String.replacePrefix(oldPrefix: String, newPrefix: String): String {
fun String.withBrackets(prefix: String = "(", suffix: String = ")"): String {
return "$prefix$this$suffix"
}