1
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
553d32ce7d

+ 1 - 1
internal/auth/pam/pam.go

@@ -25,7 +25,7 @@ func (c *Config) doAuth(login, password string) error {
 	if err != nil {
 	if err != nil {
 		return err
 		return err
 	}
 	}
-	
+
 	err = t.Authenticate(0)
 	err = t.Authenticate(0)
 	if err != nil {
 	if err != nil {
 		return err
 		return err