Make docs look nicer by adding explicit spacing
[rust-lightning] / src / chain / transaction.rs
index 73e08ea22f41f4d32ac5a7804617e0e7219d0e1d..e8ebae7092556286e4a6f22a8bfde7baa0ef9b30 100644 (file)
@@ -4,6 +4,7 @@ use bitcoin::util::hash::Sha256dHash;
 use bitcoin::blockdata::transaction::OutPoint as BitcoinOutPoint;
 
 /// A reference to a transaction output.
+///
 /// Differs from bitcoin::blockdata::transaction::OutPoint as the index is a u16 instead of u32
 /// due to LN's restrictions on index values. Should reduce (possibly) unsafe conversions this way.
 #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Debug, Hash)]