Skip to content

Commit e6b792e

Browse files
author
tim
committed
---
yaml --- r: 7671 b: refs/heads/master c: 2c3cd17 h: refs/heads/master i: 7669: 810bcbe 7667: 1cff132 7663: 1dbe113 v: v3
1 parent cc9c3f0 commit e6b792e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 65840f3625482e2b8a860fce0c7c4da2669a9e22
2+
refs/heads/master: 2c3cd1749e14682658ae3a958bb92404f795d263

trunk/src/cargo/cargo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ fn print_pkg(s: source, p: package) {
693693
}
694694
info(m);
695695
if p.description != "" {
696-
print(" >> " + p.description)
696+
print(" >> " + p.description + "\n")
697697
}
698698
}
699699
fn cmd_list(c: cargo, argv: [str]) {

0 commit comments

Comments
 (0)