Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonachang committed Feb 8, 2024
1 parent e423d58 commit b8890d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util/dns/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ import (
"net/http"
"strings"

"github.com/Azure/ARO-RP/pkg/util/azureclient/azuresdk/armdns"
"github.com/Azure/ARO-RP/pkg/util/azureclient/azuresdk/azcore"
sdkdns "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns"
"github.com/Azure/go-autorest/autorest"
"github.com/Azure/go-autorest/autorest/to"

"github.com/Azure/ARO-RP/pkg/api"
"github.com/Azure/ARO-RP/pkg/env"
"github.com/Azure/ARO-RP/pkg/util/azureclient/azuresdk/armdns"
"github.com/Azure/ARO-RP/pkg/util/azureclient/azuresdk/azcore"
)

const (
Expand Down

0 comments on commit b8890d9

Please sign in to comment.