Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: sunby <[email protected]>
  • Loading branch information
sunby committed Dec 16, 2024
1 parent 5b9f6dd commit 7a4c67f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/core/src/segcore/ChunkedSegmentSealedImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ ChunkedSegmentSealedImpl::WarmupChunkCache(const FieldId field_id,

auto cc = storage::MmapManager::GetInstance().GetChunkCache();
for (const auto& data_path : field_info.insert_files) {
auto column = cc->Read(
data_path, field_meta, mmap_enabled, true);
auto column = cc->Read(data_path, field_meta, mmap_enabled, true);

Check warning on line 160 in internal/core/src/segcore/ChunkedSegmentSealedImpl.cpp

View check run for this annotation

Codecov / codecov/patch

internal/core/src/segcore/ChunkedSegmentSealedImpl.cpp#L160

Added line #L160 was not covered by tests
}
}

Expand Down

0 comments on commit 7a4c67f

Please sign in to comment.