Skip to content

Commit

Permalink
chore: fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Nov 6, 2023
1 parent e1fa97f commit 6b3b2f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion checks/azure_devops.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func (t *AzureDevopsChecker) check(ctx *context.Context, check v1.AzureDevopsChe
if c, err = c.Merge(ctx, check); err != nil {
return results.Failf("failed to merge connection: %v", err)
}

}

connection := azuredevops.NewPatConnection(fmt.Sprintf("https://dev.azure.com/%s", check.Organization), c.Password)
Expand Down

0 comments on commit 6b3b2f1

Please sign in to comment.