Skip to content

Commit 1556307

Browse files
committed
format
1 parent 1263929 commit 1556307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryptionTransforms/src/DdbMiddlewareConfig.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module DdbMiddlewareConfig {
5151
versions <- (set configValue <- config.tableEncryptionConfigs.Values | configValue.search.Some? :: configValue.search.value.versions),
5252
keyStore <- (set version <- versions :: version.keySource.store),
5353
obj <- keyStore.Modifies
54-
{:nowarn} :: obj
54+
{:nowarn} :: obj
5555

5656
}
5757

0 commit comments

Comments
 (0)