Skip to content

Commit 9938e2b

Browse files
committed
ktlint
1 parent 63ac5a4 commit 9938e2b

File tree

1 file changed

+1
-1
lines changed
  • aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/util/hashing

1 file changed

+1
-1
lines changed

aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/util/hashing/Md5Native.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ public class Md5 : HashFunction {
5555
aws_hash_destroy(md5)
5656
md5 = checkNotNull(aws_md5_new(Allocator.Default)) { "aws_md5_new" }
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)