fix style

This commit is contained in:
Russ Frank 2021-04-23 11:51:40 -04:00
parent 2e56bc2599
commit bc8581a4f0

View File

@ -135,7 +135,8 @@ public:
// same timestamps. We have to pick either the smaller or larger value so that the
// result is deterministic.
if (place_data->first < rhs_data->first) {
if (place_data->first < rhs_data->first)
{
place_data->first = rhs_data->first;
place_data->last = rhs_data->last;
}