From a0b503bb378a89d206dcb9bcf2bd15f036c4a465 Mon Sep 17 00:00:00 2001 From: Nek-12 Date: Wed, 6 Nov 2024 12:57:43 +0100 Subject: [PATCH] fix lint --- .../pro/respawn/flowmvi/logging/PlatformStoreLogger.wasmWasi.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/wasmWasiMain/kotlin/pro/respawn/flowmvi/logging/PlatformStoreLogger.wasmWasi.kt b/core/src/wasmWasiMain/kotlin/pro/respawn/flowmvi/logging/PlatformStoreLogger.wasmWasi.kt index ca53a443..4bf4b709 100644 --- a/core/src/wasmWasiMain/kotlin/pro/respawn/flowmvi/logging/PlatformStoreLogger.wasmWasi.kt +++ b/core/src/wasmWasiMain/kotlin/pro/respawn/flowmvi/logging/PlatformStoreLogger.wasmWasi.kt @@ -2,7 +2,7 @@ package pro.respawn.flowmvi.logging /** * A [StoreLogger] instance for the WASM/WASI platform. - * + * * Uses [ConsoleStoreLogger] to output logs to the JavaScript console * when running in a browser environment. */