We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1263929 commit 1556307Copy full SHA for 1556307
DynamoDbEncryption/dafny/DynamoDbEncryptionTransforms/src/DdbMiddlewareConfig.dfy
@@ -51,7 +51,7 @@ module DdbMiddlewareConfig {
51
versions <- (set configValue <- config.tableEncryptionConfigs.Values | configValue.search.Some? :: configValue.search.value.versions),
52
keyStore <- (set version <- versions :: version.keySource.store),
53
obj <- keyStore.Modifies
54
- {:nowarn} :: obj
+ {:nowarn} :: obj
55
56
}
57
0 commit comments