Skip to content
Snippets Groups Projects
Commit 780fc9f8 authored by Stephen D's avatar Stephen D
Browse files

fix double line bug

parent e2b1eb8a
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,6 @@ fn main() { ...@@ -83,7 +83,6 @@ fn main() {
{ {
std::process::exit(1); std::process::exit(1);
} }
println!();
seed += 1.0; seed += 1.0;
} }
Err(e) => { Err(e) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment