Fix space

This commit is contained in:
Martin HART 2020-11-01 20:24:38 +01:00
parent 36c8be2dd2
commit 3794e3e86a
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ fn display_grid(
}
println!();
}
fn main() -> Result<(), Box<dyn std::error::Error>> {
// We handle CLI flags here.
let matches = App::new("DancingDroids")