style(komga): ktlint format

This commit is contained in:
Gauthier Roebroeck 2023-11-09 15:36:12 +08:00
parent 4999eddcfb
commit ea52a5e82a

View File

@ -30,6 +30,5 @@ fun checkTempDirectory() {
}
check(Files.isWritable(tmpDir)) { "Temp directory is not writable: $tmpDir" }
} ?: throw IllegalStateException("System property 'java.io.tmpdir' is not defined")
}