1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Format stuff

This commit is contained in:
carbotaniuman 2020-07-29 13:48:26 -05:00
parent eab29ba2a3
commit 002a328f2d

View file

@ -335,4 +335,4 @@ private fun printHexString(bytes: ByteArray): String {
return sb.toString()
}
private fun String.isImageMimetype() = this.toLowerCase().startsWith("image/")
private fun String.isImageMimetype() = this.toLowerCase().startsWith("image/")