Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
trivial: improve changelog spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Profpatsch committed Aug 13, 2019
1 parent 73b95a3 commit 4e020e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops/upgrade/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ pub fn main(upgrade_target: cli::UpgradeTo, cas: &ContentAddressable) -> OpResul
println!("Changelog when upgrading from {}:", VERSION_BUILD_REV);
for entry in changelog.entries {
if VERSION_BUILD_REV < entry.version {
println!("{}:", entry.version);
println!();
println!("{}:", entry.version);
for line in entry.changes.lines() {
println!(" {}", line);
}
Expand Down

0 comments on commit 4e020e5

Please sign in to comment.