Skip to content

Commit ff8fe78

Browse files
committed
lint
1 parent 79d9a60 commit ff8fe78

File tree

1 file changed

+1
-1
lines changed
  • runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/hashing

1 file changed

+1
-1
lines changed

runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/hashing/Ecdsa.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ private fun parseDerSignature(derSignature: ByteArray): ByteArray {
4242
val sPadded = if (sFixed.size < 32) ByteArray(32 - sFixed.size) + sFixed else sFixed
4343

4444
return rPadded + sPadded
45-
}
45+
}

0 commit comments

Comments
 (0)