Skip to content

Commit

Permalink
fix: import format
Browse files Browse the repository at this point in the history
  • Loading branch information
cernicc committed Jul 15, 2024
1 parent 03be46d commit b119492
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pallets/storage-provider/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ pub mod pallet {
traits::{Currency, ReservableCurrency},
};
use frame_system::{ensure_signed, pallet_prelude::*, Config as SystemConfig};
use primitives_proofs::{Market, RegisteredPoStProof, RegisteredSealProof, SectorNumber};
use primitives_proofs::{
Market, RegisteredPoStProof, RegisteredSealProof, SectorDeal, SectorNumber,
};
use scale_info::TypeInfo;

use crate::{
Expand Down

0 comments on commit b119492

Please sign in to comment.