Skip to content

Commit 2f8267e

Browse files
author
Eduardo Oliveira de Carvalho
committed
Apply lint.
1 parent 608ce29 commit 2f8267e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

designate.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ limitations under the License.
1212
*/
1313

1414
package main
15+
1516
import (
1617
"net"
1718
"net/http"
@@ -22,9 +23,8 @@ import (
2223
"github.com/gophercloud/gophercloud"
2324
"github.com/gophercloud/gophercloud/openstack"
2425

25-
log "github.com/sirupsen/logrus"
2626
"github.com/kubernetes-incubator/external-dns/pkg/tlsutils"
27-
27+
log "github.com/sirupsen/logrus"
2828
)
2929

3030
// copies environment variables to new names without overwriting existing values

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import (
1818

1919
const GroupName = "acme.syseleven.de"
2020

21-
2221
func main() {
2322
cmd.RunWebhookServer(GroupName,
2423
&designateDNSProviderSolver{},

0 commit comments

Comments
 (0)