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

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

[skip ci]
This commit is contained in:
deepsource-autofix[bot]
2022-03-08 20:35:31 +08:00
committed by GitHub
parent 940a7da9d1
commit 553d32ce7d

View File

@@ -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