Skip to content

Commit 75325b0

Browse files
m
1 parent a591e7f commit 75325b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestVectors/dafny/DDBEncryption/src/Index.dfy

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ module WrappedDDBEncryptionMain {
3636
}
3737
}
3838

39-
method ASDF()
39+
method ASDF()
4040
{
4141
// KeyVectors client passed to every test.
4242
// All test vectors currently use the same keys manifest, located at DEFAULT_KEYS.
4343
// All test vectors can share this same KeyVectors client.
4444

45-
// To use a different keys manifest, create a new KeyVectors client.
45+
// To use a different keys manifest, create a new KeyVectors client.
4646
// If you need to create a new KeyVectors client, create it as infrequently as possible.
4747
// Creating this client frequently means JSON is parsed frequently.
4848
// Parsing JSON is very slow in Python. Parse JSON as infrequently as possible.

0 commit comments

Comments
 (0)