fix(review): typo
This commit is contained in:
@@ -59,7 +59,7 @@ impl Strategy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !self.as_dependency.is_empty() {
|
if !self.as_dependency.is_empty() {
|
||||||
println!("as depdendency:");
|
println!("as dependency:");
|
||||||
for p in &self.as_dependency {
|
for p in &self.as_dependency {
|
||||||
println!(" {p}");
|
println!(" {p}");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user