mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 08:40:01 +00:00
Lint: Fix at end of string
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e402a375f9
commit
5836f20e70
1 changed files with 1 additions and 2 deletions
3
main.go
3
main.go
|
@ -166,8 +166,7 @@ following website:
|
|||
https://luzifer.github.io/twitch-bot/
|
||||
|
||||
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, ", "))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue