mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +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 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…
Add table
Add a link
Reference in a new issue