From 02b523a8ada3e1bc9e78d5c011e0fd98603d5028 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Sat, 7 Jun 2025 14:44:51 +0100 Subject: [PATCH] Remove whitespace from encapsulate module Whitespace here is unnecessary. Whitespace only, no logic change. --- units/src/weight.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/units/src/weight.rs b/units/src/weight.rs index 6649b4d64..6b4607eac 100644 --- a/units/src/weight.rs +++ b/units/src/weight.rs @@ -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