Whitespace fmt

This commit is contained in:
Setzer22 2022-06-21 11:09:03 +02:00
parent a00b3c6ef2
commit 615fc5f6ce

View File

@ -21,7 +21,7 @@ pub trait DataTypeTrait<UserState>: PartialEq + Eq {
/// The name of this datatype. Return type is specified as Cow<str> because /// 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 /// 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) /// ## Example (borrowed value)
/// Use this when you can get the name of the datatype from its fields or as /// Use this when you can get the name of the datatype from its fields or as