Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gianalarcon committed Aug 25, 2024
1 parent 25970fe commit 3f73b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snfoundry/contracts/src/test/TestContract.cairo
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use contracts::ERC721Enumerable::{IERC721EnumerableDispatcher, IERC721EnumerableDispatcherTrait};
use contracts::YourCollectible::{
IYourCollectibleDispatcher, IYourCollectibleDispatcherTrait, IERC721MetadataDispatcher,
IERC721MetadataDispatcherTrait
};

use contracts::mock_contracts::Receiver;
use contracts::ERC721Enumerable::{IERC721EnumerableDispatcher, IERC721EnumerableDispatcherTrait};
use core::clone::Clone;
use openzeppelin::token::erc721::interface::{IERC721Dispatcher, IERC721DispatcherTrait};
use openzeppelin::utils::serde::SerializedAppend;
Expand Down

0 comments on commit 3f73b6c

Please sign in to comment.