style: apply fmt to entire workspace

This commit is contained in:
Santiago Carmuega 2021-12-09 07:03:13 -03:00
parent 1b6cbbc095
commit 336d2400f4
23 changed files with 111 additions and 67 deletions

View file

@ -1,9 +1,8 @@
use minicbor::data::Cbor;
use pallas_localstate::queries::RequestV10;
use pallas_localstate::{OneShotClient, queries::QueryV10};
use pallas_handshake::n2c::{Client, VersionTable};
use pallas_handshake::{MAINNET_MAGIC};
use pallas_machines::{DecodePayload, EncodePayload, run_agent};
use pallas_handshake::MAINNET_MAGIC;
use pallas_localstate::queries::RequestV10;
use pallas_localstate::{queries::QueryV10, OneShotClient};
use pallas_machines::run_agent;
use pallas_multiplexer::Multiplexer;
use std::os::unix::net::UnixStream;