Fix some inspection issues

This commit is contained in:
Christian Basler
2025-07-17 22:45:52 +02:00
parent 1800174087
commit 1836f53d7b
15 changed files with 36 additions and 37 deletions

View File

@@ -12,7 +12,7 @@ import kotlin.io.path.writeText
import kotlin.time.Clock
import kotlin.time.ExperimentalTime
val log = KotlinLogging.logger {}
private val log = KotlinLogging.logger {}
@OptIn(ExperimentalTime::class)
actual fun CoroutineScope.logGame(game: Game) {