Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 committed Jun 7, 2024
1 parent 94ec496 commit 77baeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/tests/setup.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use hyperlane_starknet::interfaces::{
IMailboxClientDispatcherTrait, IAggregationDispatcher, IAggregationDispatcherTrait,
IValidatorConfigurationDispatcher, IMerkleTreeHookDispatcher, IMerkleTreeHookDispatcherTrait,
IAggregation, IPostDispatchHookDispatcher, IProtocolFeeDispatcher,
IPostDispatchHookDispatcherTrait, IProtocolFeeDispatcherTrait,IMockValidatorAnnounceDispatcher
IPostDispatchHookDispatcherTrait, IProtocolFeeDispatcherTrait, IMockValidatorAnnounceDispatcher
};

use openzeppelin::account::utils::signature::EthSignature;
Expand Down

0 comments on commit 77baeb9

Please sign in to comment.