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),
|
||||
|
||||
#[error("Parameter {0:?} was not found in the graph.")]
|
||||
InvalidParameterId(AnyParameterId)
|
||||
InvalidParameterId(AnyParameterId),
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user