Skip to content

Commit 8940c90

Browse files
committed
Fix lint errors
Signed-off-by: Sajay Antony <[email protected]>
1 parent cdc87dc commit 8940c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/v1/artifact.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type Artifact struct {
2626
// Blobs is a collection of blobs referenced by this manifest.
2727
Blobs []Descriptor `json:"blobs,omitempty"`
2828

29-
// Subject (reference) is an optional link from the artifact to another manifest forming an association between the artifact and the other manifest.
29+
// Subject (reference) is an optional link from the artifact to another manifest forming an association between the artifact and the other manifest.
3030
Subject *Descriptor `json:"subject,omitempty"`
3131

3232
// Annotations contains arbitrary metadata for the artifact manifest.

0 commit comments

Comments
 (0)