Skip to content

Commit

Permalink
Fixed formating
Browse files Browse the repository at this point in the history
Signed-off-by: JoaoBraveCoding <joao.marcal12@gmail.com>
  • Loading branch information
JoaoBraveCoding committed Apr 9, 2020
1 parent 4714974 commit 7a4d9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/crd.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ func (cs *crdSource) Endpoints() ([]*endpoint.Endpoint, error) {
endpoints := []*endpoint.Endpoint{}

var (
result *endpoint.DNSEndpointList
err error
result *endpoint.DNSEndpointList
err error
)
if cs.labelFilter != "" {
result, err = cs.List(&metav1.ListOptions{LabelSelector: cs.labelFilter})
Expand Down

0 comments on commit 7a4d9ef

Please sign in to comment.