Skip to content

Commit 514455c

Browse files
committed
git push
1 parent 9f0ffe6 commit 514455c

File tree

1 file changed

+0
-1
lines changed
  • runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/text/encoding

1 file changed

+0
-1
lines changed

runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/text/encoding/Base64.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public fun String.decodeBase64Bytes(): ByteArray = encodeToByteArray().decodeBas
9999
* Decode [ByteArray] from base64 format
100100
*/
101101
public fun ByteArray.decodeBase64(): ByteArray {
102-
103102
// Calculate the padding needed to make the length a multiple of 4
104103
val remainder = size % 4
105104
val encoded: ByteArray = if (remainder == 0) {

0 commit comments

Comments
 (0)