Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Apr 18, 2024
1 parent bcc88c3 commit 5830c24
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions coordinator/tributary/src/tendermint/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ use tendermint::{
use tokio::sync::RwLock;

use crate::{
TENDERMINT_MESSAGE, TRANSACTION_MESSAGE, ReadWrite,
transaction::Transaction as TransactionTrait, Transaction, BlockHeader, Block, BlockError,
Blockchain, P2p,
TENDERMINT_MESSAGE, TRANSACTION_MESSAGE, ReadWrite, transaction::Transaction as TransactionTrait,
Transaction, BlockHeader, Block, BlockError, Blockchain, P2p,
};

pub mod tx;
Expand Down

0 comments on commit 5830c24

Please sign in to comment.