Skip to content

Commit

Permalink
chore: scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed Oct 20, 2024
1 parent 20cc699 commit 6089e8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_channel.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ use snforge_std::{
declare, start_cheat_caller_address, stop_cheat_caller_address, spy_events,
EventSpyAssertionsTrait, ContractClassTrait, DeclareResultTrait
};
use core::starknet::{
ContractAddress, contract_address_const, get_block_timestamp
};
use core::starknet::{ContractAddress, contract_address_const, get_block_timestamp};
use karst::channel::channel::ChannelComponent;
use karst::base::constants::types::{ChannelDetails};
use karst::mocks::interfaces::IChannelComposable::{
Expand Down

0 comments on commit 6089e8b

Please sign in to comment.