Lint: Fix at end of string

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-04-04 22:12:20 +02:00
parent e402a375f9
commit 5836f20e70
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -166,8 +166,7 @@ following website:
https://luzifer.github.io/twitch-bot/ https://luzifer.github.io/twitch-bot/
You will be guided through the token generation and can afterwards You will be guided through the token generation and can afterwards
provide the required configuration parameters. provide the required configuration parameters.`)
`)
return errors.New(strings.Join(errs, ", ")) return errors.New(strings.Join(errs, ", "))
} }