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 d76cab0 commit 89630f9Copy full SHA for 89630f9
runtime/runtime-core/jvm/test/aws/smithy/kotlin/runtime/content/ByteStreamJVMTest.kt
@@ -252,7 +252,7 @@ class ByteStreamJVMTest {
252
override fun markSupported(): Boolean = false // not replayable
253
254
override fun read(): Int = inputStream.read()
255
- override fun mark(readlimit: Int)= inputStream.mark(readlimit)
+ override fun mark(readlimit: Int) = inputStream.mark(readlimit)
256
override fun reset() = inputStream.reset()
257
}
258
0 commit comments