fix clippy warning

This commit is contained in:
yggverse 2024-12-07 22:48:17 +02:00
parent 1273f9947d
commit 9368a2a315

View File

@ -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));