formatting

This commit is contained in:
Evan Tschannen 2018-01-11 14:44:09 -08:00
parent 173a8de3ed
commit 22e5a0b257
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ struct DBCoreState {
if (ar.isDeserializing) {
tLogLocalities.reserve(tLocalitySize);
for (size_t i = 0; i < tLocalitySize; i++) {
LocalityData locality;
LocalityData locality;
ar & locality;
tLogLocalities.push_back(locality);
}
@ -130,7 +130,7 @@ struct DBCoreState {
}
}
}
}
}
}
tLogLocalities.reserve(tLogs.size());