mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix style check
This commit is contained in:
parent
5de9c143a5
commit
7bbb456ae9
@ -44,7 +44,8 @@ void StorageSystemFilesystemCache::fillData(MutableColumns & res_columns, Contex
|
||||
for (const auto & [cache_name, cache_data] : caches)
|
||||
{
|
||||
const auto & cache = cache_data->cache;
|
||||
cache->iterate([&](const FileSegment::Info & file_segment){
|
||||
cache->iterate([&](const FileSegment::Info & file_segment)
|
||||
{
|
||||
size_t i = 0;
|
||||
res_columns[i++]->insert(cache_name);
|
||||
res_columns[i++]->insert(cache->getBasePath());
|
||||
|
Loading…
Reference in New Issue
Block a user