Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin committed Jan 12, 2024
1 parent b45f005 commit 84a8a75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion types/src/namespaced_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
use blockstore::block::CidError;
use bytes::{BufMut, BytesMut};
use celestia_proto::share::p2p::shwap::Data as RawNamespacedData;
use celestia_tendermint_proto::Protobuf;
use cid::CidGeneric;
use multihash::Multihash;
use serde::{Deserialize, Serialize};
use celestia_tendermint_proto::Protobuf;

use crate::nmt::{Namespace, NamespaceProof, NS_SIZE};
use crate::row::RowId;
Expand Down
2 changes: 1 addition & 1 deletion types/src/row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ use std::io::Cursor;
use blockstore::block::CidError;
use bytes::{Buf, BufMut, BytesMut};
use celestia_proto::share::p2p::shwap::Row as RawRow;
use celestia_tendermint_proto::Protobuf;
use cid::CidGeneric;
use multihash::Multihash;
use nmt_rs::NamespaceMerkleHasher;
use serde::{Deserialize, Serialize};
use celestia_tendermint_proto::Protobuf;

use crate::nmt::NS_SIZE;
use crate::nmt::{Namespace, NamespacedSha2Hasher, Nmt};
Expand Down
2 changes: 1 addition & 1 deletion types/src/sample.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ use std::mem::size_of;
use blockstore::block::CidError;
use bytes::{BufMut, BytesMut};
use celestia_proto::share::p2p::shwap::Sample as RawSample;
use celestia_tendermint_proto::Protobuf;
use cid::CidGeneric;
use multihash::Multihash;
use nmt_rs::nmt_proof::NamespaceProof as NmtNamespaceProof;
use nmt_rs::NamespaceMerkleHasher;
use serde::{Deserialize, Serialize};
use celestia_tendermint_proto::Protobuf;

use crate::nmt::{Namespace, NamespaceProof, NamespacedSha2Hasher, Nmt, NS_SIZE};
use crate::row::RowId;
Expand Down

0 comments on commit 84a8a75

Please sign in to comment.