mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix trailing whitespace
This commit is contained in:
parent
3244002cae
commit
c21b97672c
@ -337,7 +337,7 @@ std::vector<FileSegment::Range> FileCache::splitRange(size_t offset, size_t size
|
||||
/// and get something like this:
|
||||
///
|
||||
/// [________________________]
|
||||
/// ^ ^
|
||||
/// ^ ^
|
||||
/// | last_file_segment_right_offset + max_file_segment_size
|
||||
/// last_file_segment_right_offset
|
||||
/// e.g. there is no need to create sub-segment for range (last_file_segment_right_offset + max_file_segment_size, aligned_right_offset].
|
||||
|
Loading…
Reference in New Issue
Block a user