chore(sdk): Make Clippy happy :-).

This commit is contained in:
Ivan Enderlin
2025-12-18 16:03:35 +01:00
parent 5c5dcaa027
commit bf3cb6ba84

View File

@@ -698,7 +698,7 @@ impl LatestEventValueBuilder {
{
Some(LatestEventValue::Remote(event))
} else {
current_value_must_be_erased.then(|| LatestEventValue::default())
current_value_must_be_erased.then(LatestEventValue::default)
}
}