style: Run cargo fmt
This commit is contained in:
parent
b09c540080
commit
fc23f987cd
1 changed files with 7 additions and 9 deletions
|
@ -921,9 +921,7 @@ mod tests {
|
|||
#[cfg(feature = "serde")]
|
||||
impl<T> From<T> for User<T> {
|
||||
fn from(jid: T) -> User<T> {
|
||||
User {
|
||||
jid,
|
||||
}
|
||||
User { jid }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue