remove blank line.
This commit is contained in:
parent
6113e4cd40
commit
5920bc0e9f
1 changed files with 0 additions and 1 deletions
|
|
@ -68,4 +68,3 @@ fun String.replacePrefix(oldPrefix: String, newPrefix: String): String {
|
||||||
fun String.withBrackets(prefix: String = "(", suffix: String = ")"): String {
|
fun String.withBrackets(prefix: String = "(", suffix: String = ")"): String {
|
||||||
return "$prefix$this$suffix"
|
return "$prefix$this$suffix"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue