lint: newline at end of CoreExtensions.kt

This commit is contained in:
Jarne Demeulemeester 2023-06-18 12:17:28 +02:00
parent c1819406cf
commit 1cc780d3c9
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5

View file

@ -56,4 +56,4 @@ inline fun <reified T : Enum<T>> valueOf(type: String?, default: T): T {
} catch (e: Exception) {
default
}
}
}