cargo clippy fix

This commit is contained in:
Chris Cochrun 2025-05-01 09:50:59 -05:00
parent 8cf2d48a16
commit 5ed7f6b837
8 changed files with 8 additions and 27 deletions

View file

@ -175,11 +175,9 @@ impl From<&Value> for ServiceItem {
Value::Symbol(Symbol(s))
if s == "presentation" =>
{
Self::from(
&Presentation::from(
background,
),
)
Self::from(&Presentation::from(
background,
))
}
_ => todo!(),
},