xso: make newlines after module comments consistent with other crates

Jonas Schäfer created

Change summary

xso/src/error.rs          | 1 +
xso/src/lib.rs            | 1 +
xso/src/minidom_compat.rs | 1 +
3 files changed, 3 insertions(+)

Detailed changes

xso/src/error.rs 🔗

@@ -3,6 +3,7 @@
 
 This module contains the error types used throughout the `xso` crate.
 */
+
 // Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
 //
 // This Source Code Form is subject to the terms of the Mozilla Public

xso/src/lib.rs 🔗

@@ -13,6 +13,7 @@ advanced XML scenarios.
 XSO is an acronym for XML Stream(ed) Objects, referring to the main field of
 use of this library in parsing XML streams like specified in RFC 6120.
 */
+
 // Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
 //
 // This Source Code Form is subject to the terms of the Mozilla Public

xso/src/minidom_compat.rs 🔗

@@ -1,4 +1,5 @@
 //! Implementations of traits from this crate for minidom types
+
 // Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
 //
 // This Source Code Form is subject to the terms of the Mozilla Public