Fix code formatting. No change of functionality.

This commit is contained in:
Matthew Gordon 2020-02-07 17:05:07 -05:00
parent 23e8a878c5
commit a15eeccdfb
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ mod tests {
let image_width = 3; let image_width = 3;
let image_height = 3; let image_height = 3;
let output_image = let output_image = Arc::new(Mutex::new(ImageRgbF::<f64>::new(image_width, image_height)));
Arc::new(Mutex::new(ImageRgbF::<f64>::new(image_width, image_height)));
let scene = Arc::new(Scene { let scene = Arc::new(Scene {
camera_location: Point3::new(-2.0, 1.0, -5.0), camera_location: Point3::new(-2.0, 1.0, -5.0),