Skip to content

Commit

Permalink
Fix import formatting in block/evaluated.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Dec 22, 2023
1 parent acd0acb commit 574ca53
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions all-is-cubes/src/block/evaluated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ use alloc::sync::Arc;
use euclid::Vector3D;
use ordered_float::NotNan;

use crate::block::{
self, BlockAttributes, BlockCollision,
Resolution::{self, R1},
};
use crate::content::palette;
use crate::math::{Cube, Face6, Face7, FaceMap, GridAab, OpacityCategory, Rgb, Rgba, Vol};
use crate::math::{
Cube, Face6, Face7, FaceMap, GridAab, Intensity, OpacityCategory, Rgb, Rgba, Vol,
};
use crate::raytracer;
use crate::universe::RefError;
use crate::{
block::{
self, BlockAttributes, BlockCollision,
Resolution::{self, R1},
},
math::Intensity,
};

// Things mentioned in doc comments only
#[cfg(doc)]
Expand Down

0 comments on commit 574ca53

Please sign in to comment.