Skip to content

Commit 46e342b

Browse files
committed
Revert "chore: non-breaking PR suggestions [skip ci]"
This reverts commit 4b54cbc. Instead, these suggestions were consumed in PR #955.
1 parent 123f317 commit 46e342b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStore/src/DefaultKeyStorageInterface.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ module DefaultKeyStorageInterface {
574574
}
575575

576576

577-
method {:vcs_split_on_every_assert} GetMutation' ( input: Types.GetMutationInput )
577+
method {vcs_split_on_every_assert} GetMutation' ( input: Types.GetMutationInput )
578578
returns (output: Result<Types.GetMutationOutput, Types.Error>)
579579
requires ValidState()
580580
modifies Modifies - {History}

0 commit comments

Comments
 (0)