Skip to content

Commit 2469823

Browse files
committed
gofmt
1 parent 9939828 commit 2469823

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

pkg/pipelines/tekton/pipelines_pac_provider.go

-1
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,3 @@ func (pp *PipelinesProvider) createRemotePACResources(ctx context.Context, f fn.
245245

246246
return nil
247247
}
248-

pkg/pipelines/tekton/pipelines_provider.go

-1
Original file line numberDiff line numberDiff line change
@@ -537,4 +537,3 @@ func createPipelinePersistentVolumeClaim(ctx context.Context, f fn.Function, nam
537537
}
538538
return nil
539539
}
540-

pkg/pipelines/tekton/validate.go

-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,3 @@ func validatePipeline(f fn.Function) (string, error) {
5757

5858
return warningMsg, nil
5959
}
60-

pkg/pipelines/tekton/validate_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,3 @@ func Test_validatePipeline(t *testing.T) {
116116
})
117117
}
118118
}
119-

0 commit comments

Comments
 (0)