Skip to content

Commit

Permalink
[#7] Fix rubocop indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
malparty committed Jun 23, 2021
1 parent c356f00 commit 1b0bfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/google/client_service.rb
Expand Up @@ -33,7 +33,7 @@ def valid_result?(result)
return result if result&.response&.code == '200'

Rails.logger.warn "Warning: Query Google with '#{@escaped_keyword}' return status code #{result.response.code}"
.colorize(:yellow)
.colorize(:yellow)

false
end
Expand Down

0 comments on commit 1b0bfbb

Please sign in to comment.