Skip to content

Commit 6b0a1fe

Browse files
committed
make fmt
1 parent ed80cfc commit 6b0a1fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/auth/pam/pam.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ func Auth(serviceName, userName, passwd string) (string, error) {
3434
if err = t.Authenticate(0); err != nil {
3535
return "", err
3636
}
37-
37+
3838
if err = t.AcctMgmt(0); err != nil {
39-
return "", err
40-
}
39+
return "", err
40+
}
4141

4242
// PAM login names might suffer transformations in the PAM stack.
4343
// We should take whatever the PAM stack returns for it.

0 commit comments

Comments
 (0)