cargo fmt
This commit is contained in:
@@ -41,7 +41,7 @@ impl Identifiable for Conversation {
|
||||
|
||||
fn id(&self) -> &Self::ID {
|
||||
&self.guid
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
@@ -85,7 +85,10 @@ impl ConversationBuilder {
|
||||
self
|
||||
}
|
||||
|
||||
pub fn display_name<T>(mut self, display_name: T) -> Self where T: Into<String> {
|
||||
pub fn display_name<T>(mut self, display_name: T) -> Self
|
||||
where
|
||||
T: Into<String>,
|
||||
{
|
||||
self.display_name = Some(display_name.into());
|
||||
self
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user