Added a newline after each description.

`<@graydon> maybe an extra newline to make the grouping clearer?`
This commit is contained in:
tim 2012-01-23 21:50:32 -06:00
parent 65840f3625
commit 2c3cd1749e

View file

@ -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]) {