Skip to content

Commit af0831e

Browse files
committed
ktlint
1 parent d434c2d commit af0831e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/io/MutableBufferNative.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private sealed interface InnerBuffer {
9191
init {
9292
pointer.pointed.len = 0.convert()
9393
pointer.pointed.capacity = dest.size.convert()
94-
pointer.pointed.buffer = pinned.takeUnless { dest.isEmpty() }
94+
pointer.pointed.buffer = pinned.takeUnless { dest.isEmpty() }
9595
?.addressOf(0)
9696
?.reinterpret()
9797
}

0 commit comments

Comments
 (0)