mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-11 22:08:28 +00:00
Cargo fmt
This commit is contained in:
parent
b910bc1f60
commit
d3a7ca1c53
@ -6,5 +6,5 @@ pub enum EguiGraphError {
|
|||||||
NoParameterNamed(NodeId, String),
|
NoParameterNamed(NodeId, String),
|
||||||
|
|
||||||
#[error("Parameter {0:?} was not found in the graph.")]
|
#[error("Parameter {0:?} was not found in the graph.")]
|
||||||
InvalidParameterId(AnyParameterId)
|
InvalidParameterId(AnyParameterId),
|
||||||
}
|
}
|
||||||
|
|||||||
@ -88,4 +88,4 @@ pub struct Graph<NodeData, DataType, ValueType> {
|
|||||||
// Connects the input of a node, to the output of its predecessor that
|
// Connects the input of a node, to the output of its predecessor that
|
||||||
// produces it
|
// produces it
|
||||||
pub connections: SecondaryMap<InputId, OutputId>,
|
pub connections: SecondaryMap<InputId, OutputId>,
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,4 +12,4 @@ impl ColorUtils for egui::Color32 {
|
|||||||
self.a(),
|
self.a(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user