Skip to content

Commit

Permalink
Minor code style cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
captainreality committed Oct 22, 2024
1 parent b9e7a78 commit 081b24f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/cmd/ocitool/imagelayout_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@ func getLayoutFilesBlobIndex(layoutFilePaths []string, relPath string) (blob.Ind
if err != nil {
return blob.Index{}, err
}

}

return result, nil
}

// This command creates an OCI Image Layout directory based on the layout parameter.
// The layout-files parameter contains a list of files that are used as blobs
// when referenced by desriptors in the layout parameter.
// See https://github.com/opencontainers/image-spec/blob/main/image-layout.md
// for the structure of OCI Image Layout directories.
func CreateOciImageLayoutCmd(c *cli.Context) error {
Expand Down

0 comments on commit 081b24f

Please sign in to comment.