Skip to content

Commit 2e3e22c

Browse files
fix(style): remove stray EnvKlogVerbosity ref and trailing blank line
- Remove source.EnvKlogVerbosity from receive_adapter_test.go; constant belongs to feat/klog-verbosity and was accidentally merged via stash - Remove trailing blank line in ApiServerSourceSpec struct body to satisfy goimports check
1 parent 7061b1d commit 2e3e22c

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

pkg/apis/sources/v1/apiserver_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ type ApiServerSourceSpec struct {
104104
//
105105
// +optional
106106
Filters []eventingv1.SubscriptionsAPIFilter `json:"filters,omitempty"`
107-
108107
}
109108

110109
// ApiServerSourceStatus defines the observed state of ApiServerSource

pkg/reconciler/apiserversource/resources/receive_adapter_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ O2dgzikq8iSy1BlRsVw=
175175
}, {
176176
Name: source.EnvLoggingCfg,
177177
Value: "",
178-
}, {
179-
Name: source.EnvKlogVerbosity,
180-
Value: "",
181178
}, {
182179
Name: source.EnvObservabilityCfg,
183180
Value: "",

0 commit comments

Comments
 (0)