Skip to content

Commit b60ad63

Browse files
author
tim
committed
---
yaml --- r: 7732 b: refs/heads/snap-stage3 c: 2c3cd17 h: refs/heads/master v: v3
1 parent d740c65 commit b60ad63

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,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 65840f3625482e2b8a860fce0c7c4da2669a9e22
4+
refs/heads/snap-stage3: 2c3cd1749e14682658ae3a958bb92404f795d263
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/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)