Skip to content

Commit f50e346

Browse files
committed
make fmt
1 parent 09b0408 commit f50e346

File tree

1 file changed

+0
-1
lines changed
  • coderd/coderdtest/oidctest

1 file changed

+0
-1
lines changed

coderd/coderdtest/oidctest/idp.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,6 @@ func (f *FakeIDP) ExternalAuthConfig(t testing.TB, id string, custom *ExternalAu
884884
var payload interface{} = "OK"
885885
if custom.ValidatePayload != nil {
886886
payload = custom.ValidatePayload(email)
887-
888887
}
889888
_ = json.NewEncoder(rw).Encode(payload)
890889
default:

0 commit comments

Comments
 (0)