Skip to content

Commit

Permalink
style(format): update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 10, 2023
1 parent 28b0305 commit 38c9e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-cliff-core/src/changelog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ impl<'a> Changelog<'a> {
postprocessor.replace(&mut rendered, vec![])?;
}
}

write!(out, "{}", rendered)?;
}
if let Some(footer) = &self.config.changelog.footer {
Expand Down

0 comments on commit 38c9e8d

Please sign in to comment.