Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sanlee42 committed Sep 6, 2021
1 parent a9ffd4e commit f88469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/cmpact_block.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::block::{Block, BlockHeader};
use crate::transaction::{SignedUserTransaction, Transaction};
use crate::transaction::SignedUserTransaction;
use bcs_ext::Sample;
use serde::{Deserialize, Serialize};
use starcoin_crypto::HashValue;
Expand Down

0 comments on commit f88469b

Please sign in to comment.