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();
|
||||
for neighbor in neighbors {
|
||||
print!("{} ", neighbor);
|
||||
}
|
||||
let neighbors: Vec<usize> = neighbors.iter().map(|node| node.index()).collect();
|
||||
for neighbor in neighbors {
|
||||
print!("{} ", neighbor);
|
||||
}
|
||||
println!("");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user