cleanup and proper inputs structure

This commit is contained in:
Dmitriy Ryajov 2024-02-06 10:17:18 -06:00
parent 242461b2da
commit 07c6c88597
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ func getCell*[T, H](
self: DataSampler[T, H], self: DataSampler[T, H],
blkBytes: seq[byte], blkBytes: seq[byte],
blkCellIdx: Natural): seq[byte] = blkCellIdx: Natural): seq[byte] =
let let
cellSize = self.builder.cellSize.uint64 cellSize = self.builder.cellSize.uint64
dataStart = cellSize * blkCellIdx.uint64 dataStart = cellSize * blkCellIdx.uint64