Skip to content

Commit d6e23e9

Browse files
committed
display: Print a new line in between
- fine to read
1 parent 18560f5 commit d6e23e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,6 @@ fn identify_missing(
170170
fn display_missing_blobs(missing_blobs: &HashMap<String, Vec<String>>) {
171171
for blob in missing_blobs.keys() {
172172
println!("{} required by: {}", blob, missing_blobs[blob].join("; "));
173+
println!();
173174
}
174175
}

0 commit comments

Comments
 (0)