Skip to content

Commit

Permalink
Fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Oct 19, 2024
1 parent 05bd115 commit 5541ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_render/src/render_graph/node.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use super::{InternedRenderSubGraph, RenderSubGraph};
use crate::camera::CameraActive;
use crate::{
render_graph::{
Edge, InputSlotError, OutputSlotError, RenderGraphContext, RenderGraphError,
Expand All @@ -19,8 +21,6 @@ use bevy_utils::all_tuples_with_size;
use core::fmt::Debug;
use derive_more::derive::{Display, Error, From};
use downcast_rs::{impl_downcast, Downcast};
use crate::camera::CameraActive;
use super::{InternedRenderSubGraph, RenderSubGraph};

define_label!(
/// A strongly-typed class of labels used to identify a [`Node`] in a render graph.
Expand Down

0 comments on commit 5541ce5

Please sign in to comment.