mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix clippy warning
This commit is contained in:
parent
1273f9947d
commit
9368a2a315
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue