diff options
| author | tim <tdixon51793@gmail.com> | 2012-01-23 21:50:32 -0600 |
|---|---|---|
| committer | tim <tdixon51793@gmail.com> | 2012-01-23 21:50:32 -0600 |
| commit | 2c3cd1749e14682658ae3a958bb92404f795d263 (patch) | |
| tree | 46968665c1f6d6129bcdd3d7adafe1a1047c1817 | |
| parent | 65840f3625482e2b8a860fce0c7c4da2669a9e22 (diff) | |
| download | rust-2c3cd1749e14682658ae3a958bb92404f795d263.tar.gz rust-2c3cd1749e14682658ae3a958bb92404f795d263.zip | |
Added a newline after each description.
`<@graydon> maybe an extra newline to make the grouping clearer?`
| -rw-r--r-- | src/cargo/cargo.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cargo/cargo.rs b/src/cargo/cargo.rs index 27471cb1eaa..7d667dafdea 100644 --- a/src/cargo/cargo.rs +++ b/src/cargo/cargo.rs @@ -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]) { |
