Skip to content

Commit bf913a1

Browse files
m
1 parent e45f873 commit bf913a1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryptionTransforms/Model/AwsCryptographyDbEncryptionSdkDynamoDbTransformsTypes.dfy

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -813,14 +813,14 @@ abstract module AbstractAwsCryptographyDbEncryptionSdkDynamoDbTransformsService
813813
, t18 <- t17.search.value.versions | true
814814
:: t18.keyStore,
815815
obj <- tmps17.Modifies | obj in tmps17.Modifies :: obj
816-
// ) - ( set tmps19 <- set t19 <- config.tableEncryptionConfigs.Values | true
817-
// && t19.search.Some?
818-
// , t20 <- t19.search.value.versions | true
819-
// && t20.keySource.multi?
820-
// && t20.keySource.multi.cache.Some?
821-
// && t20.keySource.multi.cache.value.Shared?
822-
// :: t20.keySource.multi.cache.value.Shared,
823-
// obj <- tmps19.Modifies | obj in tmps19.Modifies :: obj
816+
// ) - ( set tmps19 <- set t19 <- config.tableEncryptionConfigs.Values | true
817+
// && t19.search.Some?
818+
// , t20 <- t19.search.value.versions | true
819+
// && t20.keySource.multi?
820+
// && t20.keySource.multi.cache.Some?
821+
// && t20.keySource.multi.cache.value.Shared?
822+
// :: t20.keySource.multi.cache.value.Shared,
823+
// obj <- tmps19.Modifies | obj in tmps19.Modifies :: obj
824824
) )
825825
&& fresh(res.value.History)
826826
&& res.value.ValidState()

0 commit comments

Comments
 (0)