Skip to content

Commit

Permalink
chore: Minor formatting change (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique authored Apr 3, 2024
1 parent d6ab1f5 commit d09620f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
use std::future::Future;

use cid::CidGeneric;
use cond_send::{CondSend, CondSync};
use multihash::Multihash;
use thiserror::Error;

use crate::block::{Block, CidError};
use crate::cond_send::{CondSend, CondSync};

/// Utilities related to computing CID for the inserted data
pub mod block;
Expand Down

0 comments on commit d09620f

Please sign in to comment.