Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashankft9 committed Jul 21, 2023
1 parent 9939828 commit 2469823
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion pkg/pipelines/tekton/pipelines_pac_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,3 @@ func (pp *PipelinesProvider) createRemotePACResources(ctx context.Context, f fn.

return nil
}

1 change: 0 additions & 1 deletion pkg/pipelines/tekton/pipelines_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,3 @@ func createPipelinePersistentVolumeClaim(ctx context.Context, f fn.Function, nam
}
return nil
}

1 change: 0 additions & 1 deletion pkg/pipelines/tekton/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ func validatePipeline(f fn.Function) (string, error) {

return warningMsg, nil
}

1 change: 0 additions & 1 deletion pkg/pipelines/tekton/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@ func Test_validatePipeline(t *testing.T) {
})
}
}

0 comments on commit 2469823

Please sign in to comment.