aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/mod.rs')
-rw-r--r--src/xml/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/mod.rs b/src/xml/mod.rs
index b82450a..0400e13 100644
--- a/src/xml/mod.rs
+++ b/src/xml/mod.rs
@@ -2,4 +2,4 @@ mod reader;
mod writer;
pub use self::reader::EventReader;
-pub use self::writer::EventWriter; \ No newline at end of file
+pub use self::writer::EventWriter;