Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed Oct 17, 2024
1 parent 250b40c commit 86e78d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starknet/src/voting_strategies/evm_slot_value.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ mod EvmSlotValueVotingStrategy {
);

#[abi(embed_v0)]
impl SingleSlotProofImpl = SingleSlotProofComponent::SingleSlotProofImpl<ContractState>;
impl SingleSlotProofImpl =
SingleSlotProofComponent::SingleSlotProofImpl<ContractState>;
impl SingleSlotProofInternalImpl = SingleSlotProofComponent::InternalImpl<ContractState>;

#[storage]
Expand Down

0 comments on commit 86e78d3

Please sign in to comment.