Skip to content

Commit 73ac226

Browse files
committed
format
1 parent a70fed4 commit 73ac226

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rest/cors_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,19 +413,19 @@ func TestCORSLoginOriginPerDatabase(t *testing.T) {
413413
testCases := []struct {
414414
name string
415415
unsupportedOptions *db.UnsupportedOptions
416-
sameSite http.SameSite
416+
sameSite http.SameSite
417417
}{
418418
{
419419
name: "No unsupported options",
420420
unsupportedOptions: nil,
421-
sameSite: http.SameSiteNoneMode,
421+
sameSite: http.SameSiteNoneMode,
422422
},
423423
{
424424
name: "With unsupported options",
425425
unsupportedOptions: &db.UnsupportedOptions{
426426
SameSiteCookie: base.Ptr("Strict"),
427427
},
428-
sameSite: http.SameSiteStrictMode,
428+
sameSite: http.SameSiteStrictMode,
429429
},
430430
}
431431
for _, dbTestCases := range testCases {

0 commit comments

Comments
 (0)