From 86e78d326036c79969071d8498f4e6344ef02395 Mon Sep 17 00:00:00 2001 From: Scott Piriou <30843220+pscott@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:04:53 +0200 Subject: [PATCH] chore: fmt --- starknet/src/voting_strategies/evm_slot_value.cairo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/starknet/src/voting_strategies/evm_slot_value.cairo b/starknet/src/voting_strategies/evm_slot_value.cairo index 25de36f0..5f12361b 100644 --- a/starknet/src/voting_strategies/evm_slot_value.cairo +++ b/starknet/src/voting_strategies/evm_slot_value.cairo @@ -12,7 +12,8 @@ mod EvmSlotValueVotingStrategy { ); #[abi(embed_v0)] - impl SingleSlotProofImpl = SingleSlotProofComponent::SingleSlotProofImpl; + impl SingleSlotProofImpl = + SingleSlotProofComponent::SingleSlotProofImpl; impl SingleSlotProofInternalImpl = SingleSlotProofComponent::InternalImpl; #[storage]