Skip to content

Commit

Permalink
scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Jun 12, 2024
1 parent a636813 commit df27c62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/governor_test.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ use starknet::{
impl GovernorExecuteImpl of GovernorExecuteTrait {
fn validate(self: IGovernorDispatcher, id: felt252, calls: Array<Call>) -> felt252 {
set_signature(array![id].span());
AccountContractDispatcher { contract_address: self.contract_address }
.__validate__(calls)
AccountContractDispatcher { contract_address: self.contract_address }.__validate__(calls)
}
fn execute(self: IGovernorDispatcher, id: felt252, calls: Array<Call>) -> Span<Span<felt252>> {
set_signature(array![id].span());
Expand Down

0 comments on commit df27c62

Please sign in to comment.