Skip to content

Commit 295e8fd

Browse files
Remove extra line
1 parent aa11798 commit 295e8fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TestVectors/dafny/DDBEncryption/src/TestVectors.dfy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,6 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
10021002
expect hasDynamoDbEncryptionTransformsExceptionForMixedBatch?.Some?;
10031003
}
10041004

1005-
10061005
method FindMatchingRecord(expected : DDB.AttributeMap, actual : DDB.ItemList) returns (output : bool)
10071006
{
10081007
var exp := NormalizeItem(expected);

0 commit comments

Comments
 (0)