Skip to content

Commit

Permalink
LINT: scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
casweeney committed Nov 30, 2024
1 parent 31537ca commit 97382ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/campaign.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ mod TokengiverCampaign {
use tokengiver::interfaces::IERC721::{IERC721Dispatcher, IERC721DispatcherTrait};
use tokengiver::interfaces::ICampaign::ICampaign;
use tokengiver::base::types::Campaign;
use tokengiver::base::errors::Errors::{NOT_CAMPAIGN_OWNER, INSUFFICIENT_BALANCE, TRANSFER_FAILED};
use tokengiver::base::errors::Errors::{
NOT_CAMPAIGN_OWNER, INSUFFICIENT_BALANCE, TRANSFER_FAILED
};
use openzeppelin::token::erc20::interface::{IERC20Dispatcher, IERC20DispatcherTrait};

#[derive(Drop, Copy, Serde, starknet::Store)]
Expand Down

0 comments on commit 97382ae

Please sign in to comment.