Skip to content

Commit

Permalink
Remove trailing whitespace who offended rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
lucke84 committed Apr 29, 2016
1 parent 7236681 commit a6fdbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/react_on_rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def initialize_redux_stores
# second parameter passed to both component and store generator functions.
def rails_context(server_side:)
@rails_context ||= begin
# Using Addressable instead of standard URI to better deal with
# Using Addressable instead of standard URI to better deal with
# non-ASCII characters (see https://github.com/shakacode/react_on_rails/pull/405)
uri = Addressable::URI.parse(request.original_url)
# uri = Addressable::URI.parse("http://foo.com:3000/posts?id=30&limit=5#time=1305298413")
Expand Down

0 comments on commit a6fdbcc

Please sign in to comment.