mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
fix lint
Signed-off-by: Will Murphy <will.murphy@anchore.com>
This commit is contained in:
parent
20b692df04
commit
6676bb7459
@ -96,7 +96,7 @@ func (c *lazyUnionReader) readAll() error {
|
||||
return err
|
||||
}
|
||||
c.buf = append(c.buf, buf...)
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
|
||||
func (c *lazyUnionReader) ensureReadUntil(offset int64) error {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user