We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371c970 commit 7766defCopy full SHA for 7766def
src/casual.rs
@@ -30,7 +30,7 @@ impl Extractor for Casual {
30
fn render(&self, out: &mut io::Write) -> Result<(), Error> {
31
for entry in &self.entries {
32
// Add a horizontal line between the entries.
33
- write!(out, "{}\n***\n", entry)?
+ write!(out, "{}\n\n***\n\n", entry)?
34
}
35
Ok(())
36
0 commit comments