Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshil Goel authored and harshil-goel committed Aug 26, 2024
1 parent 9bfc044 commit a956d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion level_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func (s *levelHandler) getBatch(keys [][]byte, done []bool) ([]y.ValueStruct, er
}
return results, nil
} else {
var decr func() error
decr := func() error { return nil }
var itrs []*table.Iterator

started := false
Expand Down

0 comments on commit a956d44

Please sign in to comment.