Skip to content

Commit

Permalink
style: rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Jul 7, 2023
1 parent 08e1c6c commit 0412ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/miner/src/commd.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use cid::multihash::Multihash;
use cid::{Cid, Version};
use fil_actors_runtime::{actor_error, ActorError};
use fvm_shared::commcid::{FIL_COMMITMENT_UNSEALED, SHA2_256_TRUNC254_PADDED};
use fvm_shared::sector::RegisteredSealProof;
use cid::multihash::Multihash;
use serde::{Deserialize, Serialize};

/// CompactCommD represents a Cid with compact representation of context dependant zero value
Expand Down

0 comments on commit 0412ab2

Please sign in to comment.