Skip to content

Commit a0909b4

Browse files
committed
Linting
1 parent df38b35 commit a0909b4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pkg/oauth/oauth_flow_integration_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ import (
1919

2020
// tokenExchangeRecord captures the form values sent to the mock token endpoint.
2121
type tokenExchangeRecord struct {
22-
mu sync.Mutex
23-
GrantType string
24-
Code string
25-
CodeVerifier string
26-
RedirectURI string
27-
Resource string
28-
Called bool
29-
CalledCount int
22+
mu sync.Mutex
23+
GrantType string
24+
Code string
25+
CodeVerifier string
26+
RedirectURI string
27+
Resource string
28+
Called bool
29+
CalledCount int
3030
}
3131

3232
func (r *tokenExchangeRecord) record(req *http.Request) {

0 commit comments

Comments
 (0)