Skip to content

Commit

Permalink
Merge pull request #451 from input-output-hk/fix-fmt-mockchain
Browse files Browse the repository at this point in the history
Fix fmt in mockchain
  • Loading branch information
Mikhail Zabaluev committed Sep 18, 2020
2 parents 53ac0e6 + 5cc8dd4 commit b4e837b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chain-impl-mockchain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ pub mod chaineval;
pub mod chaintypes;
pub mod config;
mod date;
pub mod fragment;
pub mod legacy;
pub mod milli;
pub mod error;
pub mod fee;
pub mod fragment;
pub mod header;
pub mod key;
pub mod leadership;
pub mod ledger;
pub mod legacy;
pub mod milli;
pub mod multisig;
pub mod multiverse;
pub mod rewards;
Expand Down

0 comments on commit b4e837b

Please sign in to comment.