Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Jan 16, 2025
1 parent e4710bb commit d4f0c58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pallets/storage-provider/src/sector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use frame_support::{pallet_prelude::*, BoundedVec};
use primitives::{
pallets::SectorDeal,
proofs::RegisteredSealProof,
sector::{SectorNumber, SectorPreCommitInfo}, PartitionNumber, CID_SIZE_IN_BYTES, MAX_SEAL_PROOF_BYTES,
MAX_TERMINATIONS_PER_CALL,
sector::{SectorNumber, SectorPreCommitInfo},
PartitionNumber, CID_SIZE_IN_BYTES, MAX_SEAL_PROOF_BYTES, MAX_TERMINATIONS_PER_CALL,
};
use scale_info::TypeInfo;

Expand Down
6 changes: 3 additions & 3 deletions pallets/storage-provider/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ use primitives::{
commitment::{CommP, Commitment, RawCommitment},
pallets::ProofVerification,
proofs::{ProverId, PublicReplicaInfo, RegisteredPoStProof, RegisteredSealProof, Ticket},
sector::SectorNumber, PartitionNumber, MAX_PARTITIONS_PER_DEADLINE,
MAX_POST_PROOF_BYTES, MAX_PROOFS_PER_BLOCK, MAX_REPLICAS_PER_BLOCK, MAX_SEAL_PROOF_BYTES,
MAX_TERMINATIONS_PER_CALL,
sector::SectorNumber,
PartitionNumber, MAX_PARTITIONS_PER_DEADLINE, MAX_POST_PROOF_BYTES, MAX_PROOFS_PER_BLOCK,
MAX_REPLICAS_PER_BLOCK, MAX_SEAL_PROOF_BYTES, MAX_TERMINATIONS_PER_CALL,
};
use sp_arithmetic::traits::Zero;
use sp_core::{bounded_vec, Pair};
Expand Down

0 comments on commit d4f0c58

Please sign in to comment.