aboutsummaryrefslogtreecommitdiff
path: root/src/writer/emitter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/writer/emitter.rs')
-rw-r--r--src/writer/emitter.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/writer/emitter.rs b/src/writer/emitter.rs
index 8e74b5f..431d48c 100644
--- a/src/writer/emitter.rs
+++ b/src/writer/emitter.rs
@@ -390,8 +390,7 @@ impl Emitter {
}
}
- pub fn emit_characters<W: Write>(&mut self, target: &mut W,
- content: &str) -> Result<()> {
+ pub fn emit_characters<W: Write>(&mut self, target: &mut W, content: &str) -> Result<()> {
self.check_document_started(target)?;
self.fix_non_empty_element(target)?;