style: apply fmt to entire workspace
This commit is contained in:
parent
1b6cbbc095
commit
336d2400f4
23 changed files with 111 additions and 67 deletions
|
|
@ -1,5 +1,8 @@
|
|||
use pallas_chainsync::{ClientConsumer, NoopObserver};
|
||||
use pallas_handshake::{MAINNET_MAGIC, n2c::{Client, VersionTable}};
|
||||
use pallas_handshake::{
|
||||
n2c::{Client, VersionTable},
|
||||
MAINNET_MAGIC,
|
||||
};
|
||||
use pallas_machines::primitives::Point;
|
||||
use pallas_machines::run_agent;
|
||||
use pallas_multiplexer::Multiplexer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue