summaryrefslogtreecommitdiffstats
path: root/CLI/rust/src/game_of_life/generators
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/rust/src/game_of_life/generators')
-rw-r--r--CLI/rust/src/game_of_life/generators/input.rs2
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;