Skip to content

Commit

Permalink
Added a newline after each description.
Browse files Browse the repository at this point in the history
`<@graydon> maybe an extra newline to make the grouping clearer?`
  • Loading branch information
tim committed Jan 24, 2012
1 parent 65840f3 commit 2c3cd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/cargo.rs
Expand Up @@ -693,7 +693,7 @@ fn print_pkg(s: source, p: package) {
}
info(m);
if p.description != "" {
print(" >> " + p.description)
print(" >> " + p.description + "\n")
}
}
fn cmd_list(c: cargo, argv: [str]) {
Expand Down

0 comments on commit 2c3cd17

Please sign in to comment.