Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelselleck authored and warfaj committed Feb 17, 2024
1 parent 89d39be commit b02f367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pax-runtime/src/engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::rc::Rc;
use pax_message::{NativeMessage, OcclusionPatch};

use crate::api::{
CommonProperties, NodeContext, Interpolatable, Layer, OcclusionLayerGen, RenderContext,
CommonProperties, Interpolatable, Layer, NodeContext, OcclusionLayerGen, RenderContext,
TransitionManager,
};
use crate::math::Point2;
Expand Down

0 comments on commit b02f367

Please sign in to comment.