Run cargo fmt --all

This commit is contained in:
Paul Hauner
2019-06-13 12:21:09 -04:00
parent 0128e9c0ce
commit cf3d8b0688
3 changed files with 5 additions and 7 deletions

View File

@@ -27,8 +27,7 @@ pub fn start_server<T: BeaconChainTypes + Clone + 'static>(
network_chan: crossbeam_channel::Sender<NetworkMessage>,
beacon_chain: Arc<BeaconChain<T>>,
log: &slog::Logger,
) -> exit_future::Signal
{
) -> exit_future::Signal {
let log = log.new(o!("Service"=>"RPC"));
let env = Arc::new(Environment::new(1));