This commit is contained in:
Simon Gardling
2021-04-22 01:25:49 -04:00
parent af38298c9c
commit 1a7912204a
2 changed files with 27 additions and 27 deletions

View File

@@ -37,7 +37,7 @@ impl Display for PopulationConfig {
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
write!(
f,
"{{\n Sensor Distance: {},\n Step Distance: {},\n Sensor Angle: {},\n Rotation Angle: {},\n Decay Factor: {},\n Deposition Amount: {},\n}}",
"{{\nSensor Distance: {},\nStep Distance: {},\nSensor Angle: {},\nRotation Angle: {},\nDecay Factor: {},\nDeposition Amount: {},\n}}",
self.sensor_distance,
self.step_distance,
self.sensor_angle,