aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askama/src/generator.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/askama/src/generator.rs b/askama/src/generator.rs
index d8018c6..eee8bc5 100644
--- a/askama/src/generator.rs
+++ b/askama/src/generator.rs
@@ -128,7 +128,6 @@ impl<'a> Generator<'a> {
self.writeln(&format!("writer.write_str({:#?}).unwrap();",
val));
}
- } else if self.next_ws.is_some() {
}
self.next_ws = None;
}