Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
notbdu committed Jan 15, 2019
1 parent 4e3abbe commit 4b5109b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions values/decoding/raw_size_int_iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ func (it *rawSizeIntIterator) Err() error {
}

// Close closes the iterator.
func (it *rawSizeIntIterator) Close() error {
func (it *rawSizeIntIterator) Close() {
it.closed = true
it.err = nil
it.reader = nil
return nil
}

0 comments on commit 4b5109b

Please sign in to comment.