Fixed spacing in string ext

This commit is contained in:
Jay 2020-05-22 01:29:17 -04:00
parent d5fb065111
commit dbaa12a0e7

View File

@ -22,7 +22,7 @@ fun String.removeArticles(): String {
} }
} }
val String.sqLite:String val String.sqLite: String
get() = replace("'", "''") get() = replace("'", "''")
fun String.trimOrNull(): String? { fun String.trimOrNull(): String? {