Skip to content

Commit db3a6a0

Browse files
committed
ktlint
1 parent b8e147b commit db3a6a0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

runtime/runtime-core/jvm/src/aws/smithy/kotlin/runtime/content/ByteStreamJVM.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ public suspend fun ByteStream.appendToOutputStream(outputStream: OutputStream):
157157
}
158158
}
159159

160-
161160
private suspend fun OutputStream.writeAll(chan: SdkByteReadChannel): Long =
162161
sink().use {
163162
chan.readAll(it)

runtime/runtime-core/jvm/test/aws/smithy/kotlin/runtime/content/ByteStreamJVMTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
package aws.smithy.kotlin.runtime.content
77

88
import aws.smithy.kotlin.runtime.testing.RandomTempFile
9-
import jdk.jshell.Snippet.Status
109
import kotlinx.coroutines.test.runTest
1110
import java.io.ByteArrayOutputStream
1211
import java.io.OutputStream

0 commit comments

Comments
 (0)