From 615fc5f6ce88a516e1510fcea38e58f89fe62e62 Mon Sep 17 00:00:00 2001 From: Setzer22 Date: Tue, 21 Jun 2022 11:09:03 +0200 Subject: [PATCH] Whitespace fmt --- egui_node_graph/src/traits.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egui_node_graph/src/traits.rs b/egui_node_graph/src/traits.rs index 2f5c6d6..1c80490 100644 --- a/egui_node_graph/src/traits.rs +++ b/egui_node_graph/src/traits.rs @@ -21,7 +21,7 @@ pub trait DataTypeTrait: PartialEq + Eq { /// The name of this datatype. Return type is specified as Cow 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