Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <benye@amazon.com>
  • Loading branch information
yeya24 committed Jul 10, 2023
1 parent 4c3266b commit 15f898c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/block/indexheader/binary_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ func newBinaryWriter(id ulid.ULID, cacheFilename string, buf []byte) (w *binaryW
return nil, errors.Wrap(err, "remove any existing index at path")
}

// We use file writer for buffers not larger than reused one.
var fileWriter *FileWriter
fileWriter, err = NewFileWriter(cacheFilename, len(buf))
if err != nil {
Expand Down

0 comments on commit 15f898c

Please sign in to comment.