Skip to content

Commit a6fdbcc

Browse files
committed
Remove trailing whitespace who offended rubocop
1 parent 7236681 commit a6fdbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/react_on_rails_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def initialize_redux_stores
338338
# second parameter passed to both component and store generator functions.
339339
def rails_context(server_side:)
340340
@rails_context ||= begin
341-
# Using Addressable instead of standard URI to better deal with
341+
# Using Addressable instead of standard URI to better deal with
342342
# non-ASCII characters (see https://github.com/shakacode/react_on_rails/pull/405)
343343
uri = Addressable::URI.parse(request.original_url)
344344
# uri = Addressable::URI.parse("http://foo.com:3000/posts?id=30&limit=5#time=1305298413")

0 commit comments

Comments
 (0)