diff options
| author | a14m <[email protected]> | 2021-04-07 14:29:43 +0200 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-04-07 14:29:43 +0200 |
| commit | 7baa09a0147bf79995f996d9afe98e146b7af1a7 (patch) | |
| tree | 856efb35fd5d735dc9411ebe16f2e6c66218a2d7 /CLI/rust/src/game_of_life/generators/input.rs | |
| parent | aa0c96b05c7012ac84a3787dcb2b661c7bf53029 (diff) | |
Fix linting issues
Diffstat (limited to 'CLI/rust/src/game_of_life/generators/input.rs')
| -rw-r--r-- | CLI/rust/src/game_of_life/generators/input.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CLI/rust/src/game_of_life/generators/input.rs b/CLI/rust/src/game_of_life/generators/input.rs index cfa2784..8d0ae0d 100644 --- a/CLI/rust/src/game_of_life/generators/input.rs +++ b/CLI/rust/src/game_of_life/generators/input.rs @@ -1,5 +1,5 @@ use crate::game_of_life::opts::Opts; -use crate::game_of_life::simulation::{universe::Universe, plane::Plane}; +use crate::game_of_life::simulation::{plane::Plane, universe::Universe}; use clap::{Error, ErrorKind}; use curl::easy::Easy; use regex::Regex; |
