1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Update multiple use formatting

This commit is contained in:
Roman Zeyde 2018-06-26 22:54:47 +03:00
parent 35c8c1d000
commit fe03b121f1
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -4,13 +4,8 @@ extern crate error_chain;
#[macro_use]
extern crate log;
use electrs::{config::Config,
daemon::Daemon,
errors::*,
fake::FakeStore,
index::Index,
metrics::Metrics,
signal::Waiter};
use electrs::{config::Config, daemon::Daemon, errors::*, fake::FakeStore, index::Index,
metrics::Metrics, signal::Waiter};
use error_chain::ChainedError;
fn run() -> Result<()> {