chore(moving_targets): remove spaces in empty line

This commit is contained in:
Michele Sessa 2022-11-16 17:44:48 +00:00 committed by Michele
parent 9d8f2678c4
commit ae3772b29f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ use moving_targets::*;
fn main() {
let mut field = Field::new();
println!("{:?}", field.pop());
field.push(Target { size: 12, xp: 2 });
println!("{:?}", *field.peek().unwrap());