Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gerceboss committed Jul 16, 2024
1 parent 5d97f9d commit 0fc0b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token/erc721/extensions/erc721_uri_storage.cairo
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 0fc0b3b

Please sign in to comment.