Skip to content

Commit

Permalink
aiken fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 19, 2024
1 parent 17f3120 commit 2d8ef88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions lib/aiken/fuzz/scenario.ak
Original file line number Diff line number Diff line change
Expand Up @@ -255,22 +255,22 @@ fn publish_handlers(
True,
fn(ix, certificate, st) {
when certificate is {
UnregisterCredential { credential, .. } |
DelegateCredential { credential, .. } |
RegisterAndDelegateCredential { credential, .. } |
UnregisterCredential { credential, .. } |
DelegateCredential { credential, .. } |
RegisterAndDelegateCredential { credential, .. } |
RegisterDelegateRepresentative {
delegate_representative: credential,
..
} |
UpdateDelegateRepresentative { delegate_representative: credential } |
} |
UpdateDelegateRepresentative { delegate_representative: credential } |
UnregisterDelegateRepresentative {
delegate_representative: credential,
..
} |
} |
AuthorizeConstitutionalCommitteeProxy {
constitutional_committee_member: credential,
..
} |
} |
RetireFromConstitutionalCommittee {
constitutional_committee_member: credential,
} ->
Expand Down
2 changes: 1 addition & 1 deletion validators/proxy.ak
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ validator direct_proxy {
RegisterDelegateRepresentative {
delegate_representative: credential,
..
} |
} |
UnregisterDelegateRepresentative {
delegate_representative: credential,
..
Expand Down

0 comments on commit 2d8ef88

Please sign in to comment.