Browse Source

autofix: format code with gofmt and gofumpt (#6821)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

[skip ci]
deepsource-autofix[bot] 3 years ago
parent
commit
553d32ce7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/auth/pam/pam.go

+ 1 - 1
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