Skip to content

Commit b3799d8

Browse files
committed
fix: run gofmt with Go 1.26 formatting rules
1 parent 7717786 commit b3799d8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/reconciler/pipelinerun/pipelinerun_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8490,7 +8490,6 @@ func getTaskRunStatus(t string, status corev1.ConditionStatus) *v1.PipelineRunTa
84908490
}
84918491
}
84928492

8493-
84948493
// this test validates taskSpec metadata is embedded into task run
84958494
func TestReconcilePipeline_TaskSpecMetadata(t *testing.T) {
84968495
names.TestingSeed()

pkg/reconciler/pipelinerun/resources/pipelinerunresolution.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import (
3838
"knative.dev/pkg/apis"
3939
"knative.dev/pkg/kmeta"
4040
)
41+
4142
// MissingResultFromCompletedTaskError indicates a task completed successfully
4243
// but did not emit a result that a downstream task references.
4344
type MissingResultFromCompletedTaskError struct {
@@ -51,7 +52,6 @@ func (e *MissingResultFromCompletedTaskError) Error() string {
5152
e.Task, e.Result, e.Target)
5253
}
5354

54-
5555
const (
5656
// ReasonConditionCheckFailed indicates that the reason for the failure status is that the
5757
// condition check associated to the pipeline task evaluated to false

0 commit comments

Comments
 (0)