Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
fix rustfmt by reordering import...
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDP committed Mar 15, 2019
1 parent 0bd8d3f commit e23c54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-impl-mockchain/src/transaction/transfer.rs
@@ -1,5 +1,5 @@
use super::utxo::UtxoPointer;
use super::transaction::TransactionId;
use super::utxo::UtxoPointer;
use crate::account;
use crate::value::*;
use chain_core::property;
Expand Down

0 comments on commit e23c54c

Please sign in to comment.