Skip to content

Commit

Permalink
jar: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Mar 19, 2024
1 parent 356eab8 commit 4a0e998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/types/jar/v0.0.1/entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ func (v *V001Entry) CreateFromArtifactProperties(ctx context.Context, props type
}

if err := re.validate(); err != nil {
return nil, err
}
return nil, err
}

if _, _, err := re.fetchExternalEntities(ctx); err != nil {
return nil, fmt.Errorf("error retrieving external entities: %w", err)
}
Expand Down

0 comments on commit 4a0e998

Please sign in to comment.