Fix Style

This commit is contained in:
Logicer 2021-07-19 12:09:23 +10:00
parent 06f415e819
commit 71b61d28d1

View File

@ -50,7 +50,7 @@ module GitHub
@github_message = github_message @github_message = github_message
super <<~EOS super <<~EOS
GitHub API Error: #{github_message} GitHub API Error: #{github_message}
Try again in #{pretty_ratelimit_reset(reset)}#{!API.credentials ? ", or:\n" + CREATE_GITHUB_PAT_MESSAGE : ""} Try again in #{pretty_ratelimit_reset(reset)}#{API.credentials ? "" : ", or:\n#{CREATE_GITHUB_PAT_MESSAGE}"}
EOS EOS
end end