Skip to content

Commit

Permalink
empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
joaohornburg committed Sep 3, 2019
1 parent 21bd338 commit 8a8e036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdstation/error_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def raise_error

error_class.new(array_of_errors).raise_error
rescue JSON::ParserError => error
raise error_class, {'error_message' => response.body}
raise error_class, { 'error_message' => response.body }
end

private
Expand Down

0 comments on commit 8a8e036

Please sign in to comment.