Remove whitespace from encapsulate module

Whitespace here is unnecessary. Whitespace only, no logic change.
This commit is contained in:
Tobin C. Harding 2025-06-07 14:44:51 +01:00
parent 40c5d96055
commit 02b523a8ad
No known key found for this signature in database
GPG Key ID: 0AEF0A899E41F7DD
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ use crate::CheckedSum;
pub const WITNESS_SCALE_FACTOR: usize = 4;
mod encapsulate {
/// The weight of a transaction or block.
///
/// This is an integer newtype representing [`Weight`] in `wu`. It provides protection