Skip to content

Commit eb85a99

Browse files
authored
fix(lint): satisfy wsl whitespace in OAuth callback server test (#999)
1 parent 75aec7f commit eb85a99

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

internal/googleauth/oauth_flow_more_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ func TestNewOAuthCallbackServer_ReadTimeout(t *testing.T) {
1818
if srv.ReadTimeout == 0 {
1919
t.Fatal("ReadTimeout must be set")
2020
}
21+
2122
if srv.ReadHeaderTimeout == 0 {
2223
t.Fatal("ReadHeaderTimeout must be set")
2324
}
25+
2426
if srv.IdleTimeout == 0 {
2527
t.Fatal("IdleTimeout must be set")
2628
}
29+
2730
if srv.MaxHeaderBytes == 0 {
2831
t.Fatal("MaxHeaderBytes must be set")
2932
}

0 commit comments

Comments
 (0)