Fix trailing whitespace

This commit is contained in:
Kseniia Sumarokova 2024-08-05 14:36:54 +02:00 committed by GitHub
parent 3244002cae
commit c21b97672c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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].