Skip to content

Commit 35721c6

Browse files
formatting
1 parent 0195cc2 commit 35721c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Examples/runtimes/java/DynamoDbEncryption/src/test/java/software/amazon/cryptography/examples/TestGetEncryptedDataKeyDescriptionExample.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ public class TestGetEncryptedDataKeyDescriptionExample {
77

88
@Test
99
public void TestGetEncryptedDataKeyDescription() {
10-
final String partitionKeyValue = "GetEncryptedDataKeyDescriptionExample" + UUID.randomUUID();
10+
final String partitionKeyValue =
11+
"GetEncryptedDataKeyDescriptionExample" + UUID.randomUUID();
1112
final String partitionKeyName = "partition_key";
1213
final String sortKeyValue = "0";
1314
final String sortKeyName = "sort_key";

0 commit comments

Comments
 (0)