Skip to content

Commit

Permalink
ran cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusTheOrt committed Sep 10, 2023
1 parent c9fcabe commit 193197a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_ui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub mod prelude {
#[doc(hidden)]
pub use crate::{
camera_config::*, geometry::*, material::*, node_bundles::*, ui_node::*, widget::Button,
widget::Label, Interaction, UiScale, UiMaterialPlugin
widget::Label, Interaction, UiMaterialPlugin, UiScale,
};
}

Expand Down
2 changes: 1 addition & 1 deletion crates/bevy_ui/src/node_bundles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::{
BackgroundColor, BorderColor, ContentSize, FocusPolicy, Interaction, Node, Style, UiImage,
UiMaterial, UiMaterialNode, UiTextureAtlasImage, ZIndex,
};
use bevy_asset::{Handle};
use bevy_asset::Handle;
use bevy_ecs::bundle::Bundle;
use bevy_render::{
prelude::Color,
Expand Down
2 changes: 1 addition & 1 deletion crates/bevy_ui/src/render/material_pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ pub fn prepare_uimaterial_nodes<M: UiMaterial>(
batches.push((item.entity, new_batch));

existing_batch = batches.last_mut();
}
}

let uinode_rect = extracted_uinode.rect;

Expand Down

0 comments on commit 193197a

Please sign in to comment.