images: Config: explicitly return nil-error
just a minor nit :) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c33249cbe6
commit
b40e95e0ea
@ -254,7 +254,7 @@ func Config(ctx context.Context, provider content.Provider, image ocispec.Descri
|
||||
if err != nil {
|
||||
return ocispec.Descriptor{}, err
|
||||
}
|
||||
return manifest.Config, err
|
||||
return manifest.Config, nil
|
||||
}
|
||||
|
||||
// Platforms returns one or more platforms supported by the image.
|
||||
|
Loading…
Reference in New Issue
Block a user