Fixed spacing in string ext
This commit is contained in:
parent
d5fb065111
commit
dbaa12a0e7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ fun String.removeArticles(): String {
|
|||
}
|
||||
}
|
||||
|
||||
val String.sqLite:String
|
||||
val String.sqLite: String
|
||||
get() = replace("'", "''")
|
||||
|
||||
fun String.trimOrNull(): String? {
|
||||
|
|
Reference in a new issue