Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorris27 committed May 31, 2024
1 parent 492b0c2 commit a6c513a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pkg/frontend/platformworkloadidentityrolesets_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ import (
"encoding/json"
"net/http"

"github.com/Azure/ARO-RP/pkg/api"
"github.com/Azure/ARO-RP/pkg/frontend/middleware"
"github.com/go-chi/chi/v5"
"github.com/sirupsen/logrus"

"github.com/Azure/ARO-RP/pkg/api"
"github.com/Azure/ARO-RP/pkg/frontend/middleware"
)

func (f *frontend) listPlatformWorkloadIdentityRoleSets(w http.ResponseWriter, r *http.Request) {
Expand Down
3 changes: 2 additions & 1 deletion pkg/frontend/platformworkloadidentityrolesets_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ import (
"sort"
"testing"

"github.com/coreos/go-semver/semver"

"github.com/Azure/ARO-RP/pkg/api"
"github.com/Azure/ARO-RP/pkg/api/v20240812preview"
"github.com/Azure/ARO-RP/pkg/metrics/noop"
"github.com/coreos/go-semver/semver"
)

// Copyright (c) Microsoft Corporation.
Expand Down

0 comments on commit a6c513a

Please sign in to comment.