chore: Fix formatting / linting issues
This commit is contained in:
parent
950802f951
commit
20d052f5d3
7 changed files with 13 additions and 4 deletions
|
|
@ -1,2 +1,4 @@
|
|||
//! Ledger primitives and cbor codecs for different Cardano eras
|
||||
|
||||
#[doc(inline)]
|
||||
pub use pallas_alonzo as alonzo;
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
//! Ouroboros protocol artifacts
|
||||
|
||||
pub mod network;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//! Network components of the Ouroboros protocol
|
||||
|
||||
#[doc(inline)]
|
||||
pub use pallas_multiplexer as multiplexer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue