Cleanup based on comments
This commit is contained in:
parent
77b72e7189
commit
6d82c78b45
4 changed files with 94 additions and 94 deletions
|
|
@ -40,15 +40,12 @@ type AllIterator struct {
|
|||
}
|
||||
|
||||
func NewAllIterator(bucket []byte, d quad.Direction, qs *QuadStore) *AllIterator {
|
||||
|
||||
it := AllIterator{
|
||||
return &AllIterator{
|
||||
uid: iterator.NextUID(),
|
||||
bucket: bucket,
|
||||
dir: d,
|
||||
qs: qs,
|
||||
}
|
||||
|
||||
return &it
|
||||
}
|
||||
|
||||
func (it *AllIterator) UID() uint64 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue