Skip to content

Commit 54ecdda

Browse files
committed
chore: format
1 parent 1e56fa0 commit 54ecdda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/src/ConfigToInfo.dfy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ module SearchConfigToInfo {
120120
&& outer.attributeActionsOnEncrypt[config.multi.keyFieldName] == SE.ENCRYPT_AND_SIGN
121121
==> output.Failure?
122122
// Not in Spec, but for now, SE does not support the Shared Cache Type
123-
ensures
123+
ensures
124124
&& config.multi?
125125
&& config.multi.cache.Some?
126126
&& config.multi.cache.value.Shared?
127-
==>
127+
==>
128128
&& output.Failure?
129-
// If the failure was NOT caused by booting up the MPL
129+
// If the failure was NOT caused by booting up the MPL
130130
&& !output.error.AwsCryptographyMaterialProviders?
131131
==>
132132
&& output.error.DynamoDbEncryptionException?

0 commit comments

Comments
 (0)