Skip to content

Commit

Permalink
Roll back a change.
Browse files Browse the repository at this point in the history
  • Loading branch information
airxnoor committed May 28, 2024
1 parent 375f729 commit 64fb46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import com.airthings.lib.logging.ifAfter
import java.io.File
import java.io.FileOutputStream

internal actual class PlatformFileInputOutputImpl : DelegateFileInputOutput() {
internal actual class PlatformFileInputOutputImpl : PlatformFileInputOutput {
private val writeLock = Any()

override val pathSeparator: Char = File.separatorChar
Expand Down

0 comments on commit 64fb46b

Please sign in to comment.