about summary refs log tree commit diff
diff options
context:
space:
mode:
authortim <tdixon51793@gmail.com>2012-01-23 21:50:32 -0600
committertim <tdixon51793@gmail.com>2012-01-23 21:50:32 -0600
commit2c3cd1749e14682658ae3a958bb92404f795d263 (patch)
tree46968665c1f6d6129bcdd3d7adafe1a1047c1817
parent65840f3625482e2b8a860fce0c7c4da2669a9e22 (diff)
downloadrust-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.rs2
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]) {