Skip to content

Commit

Permalink
Remove a {:vcs_split_on_every_assert}
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Feb 25, 2024
1 parent eaf06aa commit 41e1396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ module AwsKmsKeyring {
//# OnDecrypt MUST take [decryption materials]
//# (../structures.md#decryption-materials) and a list of [encrypted data
//# keys](../structures.md#encrypted-data-key) as input.
method {:vcs_split_on_every_assert} OnDecrypt'(
method OnDecrypt'(
input: Types.OnDecryptInput
)
returns (res: Result<Types.OnDecryptOutput, Types.Error>)
Expand Down

0 comments on commit 41e1396

Please sign in to comment.