diff options
author | lamp | 2024-01-21 17:03:07 +0000 |
---|---|---|
committer | lamp | 2024-01-21 17:03:07 +0000 |
commit | 45fafbcd4b41a5388ece377c4e051b5846407288 (patch) | |
tree | 2192c471ca3b47671f0906e27f6f6088f40b3d8a /src/texture/checker_texture.rs | |
parent | 89a5c9a8a0cdf627cda0e31da454f83ca21315ce (diff) |
fmt and tidy
Diffstat (limited to 'src/texture/checker_texture.rs')
-rw-r--r-- | src/texture/checker_texture.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/texture/checker_texture.rs b/src/texture/checker_texture.rs index 385017b..d10166e 100644 --- a/src/texture/checker_texture.rs +++ b/src/texture/checker_texture.rs @@ -1,6 +1,6 @@ use std::sync::Arc; -use super::{Texture, SolidColor}; +use super::{SolidColor, Texture}; use crate::{vec3::Color, vec3::Point3}; pub struct CheckerTexture { |