remove blank line.

This commit is contained in:
Benoit Marty 2024-12-10 08:46:07 +01:00
parent ae0593d555
commit 220704077c

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"
}