Skip to content

Commit 660b6e7

Browse files
committed
Fix lint
1 parent a79e7f2 commit 660b6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/auth/sspi_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var (
3232
sspiAuth *websspi.Authenticator
3333

3434
// Ensure the struct implements the interface.
35-
_ SingleSignOn = &SSPI{}
35+
_ Auth = &SSPI{}
3636
)
3737

3838
// SSPI implements the SingleSignOn interface and authenticates requests

0 commit comments

Comments
 (0)