chore: Fix formatting / linting issues

This commit is contained in:
Santiago Carmuega 2022-01-02 08:04:01 -03:00
parent 950802f951
commit 20d052f5d3
7 changed files with 13 additions and 4 deletions

View file

@ -1,2 +1,4 @@
//! Ledger primitives and cbor codecs for different Cardano eras
#[doc(inline)]
pub use pallas_alonzo as alonzo;

View file

@ -1 +1,3 @@
//! Ouroboros protocol artifacts
pub mod network;

View file

@ -1,3 +1,5 @@
//! Network components of the Ouroboros protocol
#[doc(inline)]
pub use pallas_multiplexer as multiplexer;