mirror of
https://github.com/romanz/electrs.git
synced 2025-02-23 14:50:45 +01:00
Update multiple use
formatting
This commit is contained in:
parent
35c8c1d000
commit
fe03b121f1
1 changed files with 2 additions and 7 deletions
|
@ -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<()> {
|
||||
|
|
Loading…
Add table
Reference in a new issue