Skip to content

Commit 94ec65c

Browse files
author
Aaron Schlesinger
committed
fix(pkg/k8s/namespace.go): run go fmt on this file
1 parent 0d49f00 commit 94ec65c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pkg/k8s/namespace.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ import (
1515
// nsl = kubeClient.Namespaces()
1616
type NamespaceLister interface {
1717
List(labels.Selector, fields.Selector) (*api.NamespaceList, error)
18-
1918
}
2019

21-
22-
type NamespaceWatcher interface{
20+
type NamespaceWatcher interface {
2321
Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error)
2422
}

0 commit comments

Comments
 (0)