We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8950a88 commit 37ec684Copy full SHA for 37ec684
integration/kotlinx-io-okio/common/src/OkioAdapters.kt
@@ -109,8 +109,8 @@ public fun okio.Sink.asKotlinxIoRawSink(): RawSink = object : RawSink {
109
buffer.write(data, from, toRead)
110
toRead
111
}
112
- this@asKotlinxIoRawSink.write(buffer, byteCount)
113
+ this@asKotlinxIoRawSink.write(buffer, byteCount)
114
115
116
override fun flush() = withOkio2KxIOExceptionMapping {
0 commit comments