Skip to content

Commit 7c17ef5

Browse files
Format dafny code
1 parent 98849ee commit 7c17ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/test/DynamoDbGetEncryptedDataKeyDescriptionTest.dfy

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module DynamoDbGetEncryptedDataKeyDescriptionTest {
4747
keyProviderInfo := EncodeAscii("keyproviderInfo"),
4848
ciphertext := [1, 2, 3, 4, 5])
4949
const algorithmSuite := AlgorithmSuites.DBE_ALG_AES_256_GCM_HKDF_SHA512_COMMIT_KEY_ECDSA_P384_SYMSIG_HMAC_SHA384
50-
50+
5151
method CreatePartialHeader(version : Version, flavor : Flavor, msgID : MessageID, legend : Legend, encContext : CMPEncryptionContext, dataKeyList : CMPEncryptedDataKeyList)
5252
returns (result: PartialHeader)
5353
ensures result.version == version
@@ -223,7 +223,7 @@ module DynamoDbGetEncryptedDataKeyDescriptionTest {
223223
var inputVariable: Types.GetEncryptedDataKeyDescriptionInput :=
224224
Types.GetEncryptedDataKeyDescriptionInput(
225225
input := Types.plaintextItem(plaintextItem := attr)
226-
);
226+
);
227227
var actualDataKeyDescription := ddbEncResources.GetEncryptedDataKeyDescription(inputVariable);
228228

229229
expect UTF8.Decode(expectedHead.dataKeys[0].keyProviderId).Success?;

0 commit comments

Comments
 (0)