Browse Source

chore(moving_targets): remove spaces in empty line

DEV-3972-prepare-blockchain-branch-subjects
Michele Sessa 2 years ago committed by Michele
parent
commit
ae3772b29f
  1. 2
      subjects/moving_targets/README.md

2
subjects/moving_targets/README.md

@ -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());

Loading…
Cancel
Save