Skip to content

Commit a672ef6

Browse files
committed
additional comment
1 parent a4b2cbb commit a672ef6

File tree

1 file changed

+1
-1
lines changed
  • DynamoDbEncryption/dafny/DynamoDbEncryptionTransforms/src

1 file changed

+1
-1
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryptionTransforms/src/Index.dfy

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ module
132132
+ (if tableConfig.legacyOverride.Some? then tableConfig.legacyOverride.value.encryptor.Modifies else {})
133133
+ (if tableConfig.search.Some? then tableConfig.search.value.versions[0].keyStore.Modifies else {})
134134
)
135-
{:nowarn} :: o;
135+
{:nowarn} :: o; // ignore warning for missing trigger on quantifier
136136

137137
var allLogicalTableNames := {};
138138
var i := 0;

0 commit comments

Comments
 (0)