Skip to content

Commit 41c8a0f

Browse files
FuzzTest Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 846038945
1 parent 247a6e0 commit 41c8a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzztest/internal/domains/overlap_of_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class OverlapOfImpl
118118

119119
value_type GetValue(const corpus_type& v) const {
120120
return Switch<kNumDomains>(v.index(), [&](auto I) -> value_type {
121-
auto domain = std::get<I>(domains_);
121+
const auto& domain = std::get<I>(domains_);
122122
return domain.GetValue(std::get<I>(v));
123123
});
124124
}

0 commit comments

Comments
 (0)