fix a typo

This commit is contained in:
Tamo 2021-10-26 16:04:21 +02:00 committed by marin postma
parent 76a4f86e0c
commit ddab9eafa1
No known key found for this signature in database
GPG Key ID: 6088B7721C3E39F9
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ mod segment {
"version": env!("CARGO_PKG_VERSION").to_string(), "version": env!("CARGO_PKG_VERSION").to_string(),
}, },
})), })),
user: user.clone(), user: self.user.clone(),
traits: Self::compute_traits(&self.opt, stats), traits: Self::compute_traits(&self.opt, stats),
..Default::default() ..Default::default()
}) })