Removed //! spare line at end of headers

Some of the headers had a //! at the end but most didn't. They have all been removed in units/src/ to make the files consistent
This commit is contained in:
jamil.lambert 2024-05-22 12:29:41 +01:00
parent eb28c16d87
commit 101378c4d0
1 changed files with 1 additions and 1 deletions

View File

@ -1745,7 +1745,7 @@ pub mod serde {
pub mod as_sat { pub mod as_sat {
//! Serialize and deserialize [`Amount`](crate::Amount) as real numbers denominated in satoshi. //! Serialize and deserialize [`Amount`](crate::Amount) as real numbers denominated in satoshi.
//! Use with `#[serde(with = "amount::serde::as_sat")]`. //! Use with `#[serde(with = "amount::serde::as_sat")]`.
//!
use serde::{Deserializer, Serializer}; use serde::{Deserializer, Serializer};
use super::private; use super::private;