Fix some inspection issues
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user