mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +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
|
return err
|
||||||
}
|
}
|
||||||
c.buf = append(c.buf, buf...)
|
c.buf = append(c.buf, buf...)
|
||||||
return nil
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *lazyUnionReader) ensureReadUntil(offset int64) error {
|
func (c *lazyUnionReader) ensureReadUntil(offset int64) error {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user