Remove whitespace from encapsulate module
Whitespace here is unnecessary. Whitespace only, no logic change.
This commit is contained in:
parent
40c5d96055
commit
02b523a8ad
|
@ -16,7 +16,6 @@ use crate::CheckedSum;
|
||||||
pub const WITNESS_SCALE_FACTOR: usize = 4;
|
pub const WITNESS_SCALE_FACTOR: usize = 4;
|
||||||
|
|
||||||
mod encapsulate {
|
mod encapsulate {
|
||||||
|
|
||||||
/// The weight of a transaction or block.
|
/// The weight of a transaction or block.
|
||||||
///
|
///
|
||||||
/// This is an integer newtype representing [`Weight`] in `wu`. It provides protection
|
/// This is an integer newtype representing [`Weight`] in `wu`. It provides protection
|
||||||
|
|
Loading…
Reference in New Issue