Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mh84 committed Oct 16, 2019
1 parent 10f4386 commit aa4441b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bastion.rs
Expand Up @@ -21,11 +21,11 @@ use futures::future::poll_fn;
use lazy_static::lazy_static;
use log::LevelFilter;

use std::sync::Mutex;
use std::mem;
use std::panic::AssertUnwindSafe;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;
use std::sync::Mutex;
use tokio::prelude::future::FutureResult;
use tokio::prelude::*;
use tokio::runtime::Runtime;
Expand Down
2 changes: 1 addition & 1 deletion src/runtime_system.rs
@@ -1,9 +1,9 @@
use crate::runtime_manager::FaultRecovery;
use crate::supervisor::Supervisor;
use ego_tree::Tree;
use std::sync::Mutex;
use std::any::Any;
use std::sync::Arc;
use std::sync::Mutex;
use tokio::runtime::{Builder, Runtime};

pub struct RuntimeSystem {
Expand Down

0 comments on commit aa4441b

Please sign in to comment.