small cleanup

This commit is contained in:
Christopher
2023-03-05 16:04:42 +13:00
parent 790e36611f
commit 371b72fc36

View File

@@ -257,9 +257,9 @@ impl Galaxy {
Galaxy {
stardate,
final_stardate: stardate + rng.gen_range(25..=35) as f32,
quadrants: quadrants,
scanned: scanned,
enterprise: enterprise
quadrants,
scanned,
enterprise
}
}