mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-28 12:04:13 +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 certificate) => {
|
||||
// Get current scope
|
||||
let ref scope = scope(profile, profile_identity_gemini_id)?;
|
||||
let scope = &scope(profile, profile_identity_gemini_id)?;
|
||||
|
||||
// Update properties
|
||||
self.set_title(title::new_for_profile_identity_gemini_id(certificate));
|
||||
|
Loading…
x
Reference in New Issue
Block a user