Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b6b69d0

Browse files
committed
Lint.
1 parent 678957d commit b6b69d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/renderer/backend/vulkan/yuv_conversion_vk.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ bool YUVConversionDescriptorVKEqual::operator()(
100100

101101
ImmutableSamplerKey::ImmutableSamplerKey(const SamplerVK& sampler)
102102
: sampler(sampler.GetDescriptor()) {
103-
if (auto conversion = sampler.GetYUVConversion()) {
103+
if (const auto& conversion = sampler.GetYUVConversion()) {
104104
yuv_conversion = conversion->GetDescriptor();
105105
}
106106
}

0 commit comments

Comments
 (0)