Format using rustfmt
This commit is contained in:
parent
e024544328
commit
9f64e21cf7
@ -26,10 +26,10 @@ fn main() {
|
|||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let neighbors: Vec<usize> = neighbors.iter().map(|node| node.index()).collect();
|
let neighbors: Vec<usize> = neighbors.iter().map(|node| node.index()).collect();
|
||||||
for neighbor in neighbors {
|
for neighbor in neighbors {
|
||||||
print!("{} ", neighbor);
|
print!("{} ", neighbor);
|
||||||
}
|
}
|
||||||
println!("");
|
println!("");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user