Skip to content

Commit

Permalink
fmt whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed May 31, 2024
1 parent 6e4ecae commit c27b60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/src/presets/erc721/mintable_burnable.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mod ERC721MintableBurnable {
path: erc721_mintable_component, storage: erc721_mintable, event: ERC721MintableEvent
);
component!(path: erc721_owner_component, storage: erc721_owner, event: ERC721OwnerEvent);

impl InitializableImpl = initializable_component::InitializableImpl<ContractState>;

#[abi(embed_v0)]
Expand Down

0 comments on commit c27b60c

Please sign in to comment.