Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
anilcse committed Nov 11, 2024
1 parent 9f531b3 commit d375d2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/contract.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use crate::error::ContractError;
use crate::helpers::{
calculate_platform_fee, get_sorted_bids,
validate_deal_times,
};
use crate::helpers::{calculate_platform_fee, get_sorted_bids, validate_deal_times};
use crate::msg::{ExecuteMsg, InstantiateMsg};
use crate::state::{Bid, Config, Deal, BIDS, CONFIG, DEALS, DEAL_COUNTER};
use cosmwasm_std::Addr;
Expand Down

0 comments on commit d375d2c

Please sign in to comment.