Skip to content

Commit 46b3a67

Browse files
committed
Merge pull request #232 from arschles/gofmt
fix(pkg/k8s/namespace.go): run go fmt on the repo
2 parents 0d49f00 + 94ec65c commit 46b3a67

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)