Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gerceboss committed Aug 5, 2024
1 parent ca1eddc commit 5f2a7de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ pub mod ERC721URIStorageComponent {
use openzeppelin::token::erc721::ERC721Component::InternalImpl as ERC721Impl;
use openzeppelin::token::erc721::interface::IERC721Metadata;
use openzeppelin::token::erc721::{ERC721Component, ERC721HooksEmptyImpl};
use starknet::storage::Map;
use starknet::ContractAddress;
use starknet::storage::Map;

#[storage]
struct Storage {
Expand Down

0 comments on commit 5f2a7de

Please sign in to comment.