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 30, 2021
1 parent c34874f commit dff824b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/google/client_service.rb
Expand Up @@ -32,7 +32,7 @@ def valid_result?(result)
return true 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 dff824b

Please sign in to comment.