Skip to content

Commit 699b6f5

Browse files
authored
Merge pull request #7 from Dhina17/main
display: Print a new line in between
2 parents 18560f5 + d6e23e9 commit 699b6f5

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)