Просмотр исходного кода

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 лет назад
Родитель
Сommit
553d32ce7d
1 измененных файлов с 1 добавлено и 1 удалено
  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