Skip to content

Commit

Permalink
gci
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Magee <[email protected]>
  • Loading branch information
JamieMagee committed Dec 4, 2024
1 parent 3ee6565 commit 9704cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/azuredevopsrepo/languages.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"sync"

"github.com/microsoft/azure-devops-go-api/azuredevops/v7/projectanalysis"

"github.com/ossf/scorecard/v5/clients"
)

Expand Down Expand Up @@ -48,6 +47,7 @@ type (
args projectanalysis.GetProjectLanguageAnalyticsArgs,
) (*projectanalysis.ProjectLanguageAnalytics, error)
)

func (l *languagesHandler) setup() error {
l.once.Do(func() {
args := projectanalysis.GetProjectLanguageAnalyticsArgs{
Expand Down

0 comments on commit 9704cac

Please sign in to comment.