Skip to content

Commit bdaa7df

Browse files
authored
linter-fix (knative#2950)
1 parent d04ff0a commit bdaa7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/functions/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ type Instance struct {
181181
Image string `json:"image" yaml:"image"`
182182
Namespace string `json:"namespace" yaml:"namespace"`
183183
Subscriptions []Subscription `json:"subscriptions" yaml:"subscriptions"`
184-
Labels map[string]string `json:"labels" yaml:"labels"`
184+
Labels map[string]string `json:"labels" yaml:"labels" xml:"-"`
185185
}
186186

187187
// Subscriptions currently active to event sources

0 commit comments

Comments
 (0)