Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbrown committed Jan 30, 2024
1 parent a8b85bc commit 84378db
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion pax-chassis-common/src/core_graphics_c_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

extern crate core;


use std::ffi::c_void;

use std::mem::{transmute, ManuallyDrop};
Expand Down
1 change: 0 additions & 1 deletion pax-lang/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pub use pax_macro::*;

pub use pax_runtime_api as api;


pub use pax_runtime_api::log;
pub use pax_runtime_api::Property;

Expand Down
4 changes: 2 additions & 2 deletions pax-runtime-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ extern crate lazy_static;
extern crate mut_static;

pub use crate::numeric::Numeric;
use kurbo::{BezPath};
use kurbo::BezPath;
use mut_static::MutStatic;
use pax_message::{ModifierKeyMessage, MouseButtonMessage, TouchMessage};
use piet::{PaintBrush};
use piet::PaintBrush;

#[cfg(feature = "designtime")]
use pax_designtime::DesigntimeManager;
Expand Down
2 changes: 1 addition & 1 deletion pax-std/pax-std-primitives/src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use pax_core::{
};
use pax_runtime_api::{Layer, RenderContext};
use pax_std::primitives::Path;
use pax_std::types::{PathSegment};
use pax_std::types::PathSegment;

use std::rc::Rc;

Expand Down

0 comments on commit 84378db

Please sign in to comment.