Skip to content

Commit 1a19b1c

Browse files
committed
Linter
1 parent 7cd28ae commit 1a19b1c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cmd/testidp/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@ func RunIDP() func(t *testing.T) {
5454
// Block until ctl+c
5555
<-c
5656
log.Println("Closing")
57-
5857
}
5958
}

coderd/coderdtest/oidctest/idp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ func (f *FakeIDP) ExternalAuthConfig(t testing.TB, id string, custom *ExternalAu
980980
return cfg
981981
}
982982

983-
func (f *FakeIDP) AppCredentials() (string, string) {
983+
func (f *FakeIDP) AppCredentials() (clientID string, clientSecret string) {
984984
return f.clientID, f.clientSecret
985985
}
986986

0 commit comments

Comments
 (0)