Address review comments

This commit is contained in:
Andrew Dunham 2015-04-15 16:28:13 -07:00
parent 430ff507f0
commit 5eed4d9667
19 changed files with 125 additions and 139 deletions

View file

@ -146,7 +146,6 @@ func (it *Fixed) Next() bool {
}
func (it *Fixed) Err() error {
// This iterator should never error.
return nil
}