Trim message content before displaying
This commit is contained in:
parent
3ad05182e3
commit
d44a7faf61
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ impl Msg for EuphMsg {
|
|||
}
|
||||
|
||||
fn content(&self) -> String {
|
||||
self.content.clone()
|
||||
self.content.trim().to_string()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue