summaryrefslogtreecommitdiff
path: root/pkg/bindings/secrets/types_list_options.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/bindings/secrets/types_list_options.go')
-rw-r--r--pkg/bindings/secrets/types_list_options.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/bindings/secrets/types_list_options.go b/pkg/bindings/secrets/types_list_options.go
index d313d8f73..eab0f5466 100644
--- a/pkg/bindings/secrets/types_list_options.go
+++ b/pkg/bindings/secrets/types_list_options.go
@@ -60,7 +60,6 @@ func (o *ListOptions) ToParams() (url.Values, error) {
iter := f.MapRange()
for iter.Next() {
lowerCaseKeys[iter.Key().Interface().(string)] = iter.Value().Interface().([]string)
-
}
s, err := json.MarshalToString(lowerCaseKeys)
if err != nil {
@@ -69,7 +68,6 @@ func (o *ListOptions) ToParams() (url.Values, error) {
params.Set(fieldName, s)
}
-
}
return params, nil
}