Skip to content

Commit efe243e

Browse files
committed
format
1 parent 9f0925d commit efe243e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TestVectors/dafny/DDBEncryption/src/WriteManifest.dfy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ module {:options "-functionSyntax:4"} WriteManifest {
136136
""NewThing"": ""ENCRYPT_AND_SIGN""
137137
}
138138
}"
139-
// Configuration with a new sign-only attribute not present in basic config
139+
// Configuration with a new sign-only attribute not present in basic config
140140
const ExpandedSignConfig := @"{
141141
""attributeActionsOnEncrypt"": {
142142
""RecNum"": ""SIGN_ONLY"",
@@ -145,7 +145,6 @@ module {:options "-functionSyntax:4"} WriteManifest {
145145
""NewThing"": ""SIGN_ONLY""
146146
}
147147
}"
148-
149148
// Configuration with a new DO_NOTHING attribute not present in basic config
150149
const ExpandedDoNothingConfig := @"{
151150
""attributeActionsOnEncrypt"": {

0 commit comments

Comments
 (0)