cargo fmt.

This commit is contained in:
2022-07-28 21:39:00 -07:00
parent 51185e9e84
commit 78f7ca8956
41 changed files with 329 additions and 406 deletions

View File

@@ -1,7 +1,6 @@
use std::fmt;
use crate::ray::Ray;
use crate::vec3::Vec3;
use crate::{ray::Ray, vec3::Vec3};
#[derive(Debug, Clone, PartialEq)]
pub struct AABB {