From ea52a5e82a1a5853028f87e9808aaa6fd6b1125a Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 9 Nov 2023 15:36:12 +0800 Subject: [PATCH] style(komga): ktlint format --- .../org/gotson/komga/infrastructure/util/TempDirectoryChecker.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/komga/src/main/kotlin/org/gotson/komga/infrastructure/util/TempDirectoryChecker.kt b/komga/src/main/kotlin/org/gotson/komga/infrastructure/util/TempDirectoryChecker.kt index 35ded6ac..54c93c86 100644 --- a/komga/src/main/kotlin/org/gotson/komga/infrastructure/util/TempDirectoryChecker.kt +++ b/komga/src/main/kotlin/org/gotson/komga/infrastructure/util/TempDirectoryChecker.kt @@ -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") }