diff options
author | deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | 2022-03-08 20:35:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 20:35:31 +0800 |
commit | 553d32ce7d5e41fd09ef565cc4f553113742224d (patch) | |
tree | 2a17834f1175b5a34d68bb4b94c6bcb3f5d5ae15 /internal | |
parent | 940a7da9d162d1363b7ca5d050f86556cd5762a0 (diff) |
autofix: format code with gofmt and gofumpt (#6821)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
[skip ci]
Diffstat (limited to 'internal')
-rw-r--r-- | internal/auth/pam/pam.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/auth/pam/pam.go b/internal/auth/pam/pam.go index cbd3500d..d251fae4 100644 --- a/internal/auth/pam/pam.go +++ b/internal/auth/pam/pam.go @@ -25,7 +25,7 @@ func (c *Config) doAuth(login, password string) error { if err != nil { return err } - + err = t.Authenticate(0) if err != nil { return err |