1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix rubocop issue

Fixes: `Layout/TrailingWhitespace: Trailing whitespace detected.

See https://codeclimate.com/github/rails/rails/issues

Releted to b707a6d0eb
This commit is contained in:
bogdanvlviv 2018-10-03 23:31:40 +03:00
parent 92be3848f9
commit 42469c5061
No known key found for this signature in database
GPG key ID: E4ACD76A6DB6DFDD

View file

@ -235,7 +235,7 @@ module ActionView
end
end
# Exceptions are marshalled when using the parallel test runner with DRb, so we need
# to ensure that references to the template object can be marshalled as well. This means forgoing
# the marshalling of the compiler mutex and instantiating that again on unmarshalling.