Style fix

This commit is contained in:
alesapin 2019-04-01 15:10:32 +03:00
parent e204be3877
commit f7f29fa3e7

View File

@ -617,7 +617,8 @@ BlockInputStreams MergeTreeDataSelectExecutor::readFromParts(
return res;
}
namespace {
namespace
{
size_t roundRowsOrBytesToMarks(
size_t rows_setting,