Fix the nightly build

Nightly uses a different (but backward compatible) version of rustfmt.
This commit is contained in:
Greg Fitzgerald
2018-04-05 22:39:07 -06:00
parent 491a530d90
commit 5fc81dd6c8
4 changed files with 8 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
pub mod accountant;
pub mod accountant_skel;
pub mod accountant_stub;
pub mod ecdsa;
pub mod entry;
pub mod event;
pub mod ecdsa;
pub mod hash;
pub mod historian;
pub mod ledger;