Skip to content

Commit c64c9a2

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent c88d959 commit c64c9a2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

include/geode/basic/cached_value.hpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ namespace geode
8282
{
8383
archive.ext( *this, Growable< Archive, CachedValue >{
8484
{ []( Archive& a, CachedValue& value ) {
85-
a.value1b( value.computed_ );
86-
a( value.value_ );
85+
a.value1b( value.computed_ );
86+
a( value.value_ );
8787
}, [] Archive& /*a*/, CachedValue& /*value*/ )
8888
{
8989
// skip serialize
9090
} } } );
91-
}
91+
}
9292

93-
private:
94-
mutable bool computed_{ false };
95-
mutable ReturnType value_;
96-
};
93+
private:
94+
mutable bool computed_{ false };
95+
mutable ReturnType value_;
96+
};
9797
} // namespace geode

0 commit comments

Comments
 (0)