Skip to content

Commit a5f669d

Browse files
committed
gofmt
1 parent 3c57fc4 commit a5f669d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/skaffold/event/v2/metadata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func getArtifacts(b latestV1.BuildConfig) []*proto.BuildMetadata_Artifact {
8282
result := []*proto.BuildMetadata_Artifact{}
8383
for _, a := range b.Artifacts {
8484
artifact := &proto.BuildMetadata_Artifact{
85-
Name: a.ImageName,
85+
Name: a.ImageName,
8686
Context: a.Workspace,
8787
}
8888
switch {

0 commit comments

Comments
 (0)