mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
fix clippy warning
This commit is contained in:
parent
1273f9947d
commit
9368a2a315
@ -119,7 +119,7 @@ impl Item {
|
|||||||
Ok(ref pem) => match TlsCertificate::from_pem(pem) {
|
Ok(ref pem) => match TlsCertificate::from_pem(pem) {
|
||||||
Ok(ref certificate) => {
|
Ok(ref certificate) => {
|
||||||
// Get current scope
|
// Get current scope
|
||||||
let ref scope = scope(profile, profile_identity_gemini_id)?;
|
let scope = &scope(profile, profile_identity_gemini_id)?;
|
||||||
|
|
||||||
// Update properties
|
// Update properties
|
||||||
self.set_title(title::new_for_profile_identity_gemini_id(certificate));
|
self.set_title(title::new_for_profile_identity_gemini_id(certificate));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user