Skip to content

Commit 3e87860

Browse files
formatting
1 parent 8594f70 commit 3e87860

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azuredevops/v7/connection.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ func NewPatConnection(organizationUrl string, personalAccessToken string) *Conne
1919
authorizationString := CreateBasicAuthHeaderValue("", personalAccessToken)
2020
organizationUrl = normalizeUrl(organizationUrl)
2121
return &Connection{
22-
AuthorizationString: func() (string, error) {
23-
return authorizationString, nil
24-
},
22+
AuthorizationString: func() (string, error) {
23+
return authorizationString, nil
24+
},
2525
BaseUrl: organizationUrl,
2626
SuppressFedAuthRedirect: true,
2727
}

0 commit comments

Comments
 (0)