Skip to content

Commit

Permalink
run ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
thebehera committed May 11, 2024
1 parent c3145da commit fb7ee8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commonTest/kotlin/com/ditchoom/buffer/BufferTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -787,11 +787,11 @@ class BufferTests {
assertEquals(0, s.limit())
}


@OptIn(ExperimentalStdlibApi::class)
@Test
fun complexReadWrapReadAgain1() {
val str = "0001A960DBD8A500006500006400010A003132333435363738"

@OptIn(ExperimentalStdlibApi::class)
fun String.toByteArrayFromHex(): ByteArray {
var value = this
Expand Down Expand Up @@ -857,5 +857,4 @@ class BufferTests {
val buffer2 = PlatformBuffer.wrap(bytesRead)
assertBufferEquals(buffer2, byteArrayOf(3, 4, 5))
}

}

0 comments on commit fb7ee8e

Please sign in to comment.