Skip to content

Commit 15f12de

Browse files
committed
Update print_dot.rs
1 parent ccecdf8 commit 15f12de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/print_dot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub fn print_dependencies_targets() {
1313

1414
for target in Target::all() {
1515
for dep in target.deps() {
16-
println!(r#" "{target}" -> "{dep}""#);
16+
println!(r#" "{target}" -> "{dep} ""#);
1717
}
1818
}
1919

0 commit comments

Comments
 (0)