Skip to content

Commit 2b128a3

Browse files
committed
fmt
1 parent b7a500f commit 2b128a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/loan/token/pwn_loan.cairo

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ pub trait IPwnLoadMetadataProvider<TState> {
1818
#[starknet::contract]
1919
mod PwnLoan {
2020
use openzeppelin::introspection::src5::SRC5Component;
21-
use openzeppelin::token::erc721::{erc721::{ERC721Component, ERC721HooksEmptyImpl}, interface::IERC721_ID};
21+
use openzeppelin::token::erc721::{
22+
erc721::{ERC721Component, ERC721HooksEmptyImpl}, interface::IERC721_ID
23+
};
2224
use pwn::hub::{pwn_hub_tags, pwn_hub::{IPwnHubDispatcher, IPwnHubDispatcherTrait}};
2325
use starknet::{ContractAddress, get_caller_address, contract_address_const};
2426
use super::{IPwnLoadMetadataProviderDispatcher, IPwnLoadMetadataProviderDispatcherTrait};

0 commit comments

Comments
 (0)