mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-10 21:38:27 +00:00
Whitespace fmt
This commit is contained in:
parent
a00b3c6ef2
commit
615fc5f6ce
@ -21,7 +21,7 @@ pub trait DataTypeTrait<UserState>: PartialEq + Eq {
|
||||
|
||||
/// The name of this datatype. Return type is specified as Cow<str> because
|
||||
/// some implementations will need to allocate a new string to provide an
|
||||
/// answer while others won't.
|
||||
/// answer while others won't.
|
||||
///
|
||||
/// ## Example (borrowed value)
|
||||
/// Use this when you can get the name of the datatype from its fields or as
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user