aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-10-03 23:31:40 +0300
committerbogdanvlviv <bogdanvlviv@gmail.com>2018-10-03 23:31:40 +0300
commit42469c50610d574d83f329f4a93b3ce4b97fed27 (patch)
tree21bb27ab0943b4b05887d733e5cfc05f6b49e602 /actionview
parent92be3848f91ff07bf8903891a502378248e5d96a (diff)
downloadrails-42469c50610d574d83f329f4a93b3ce4b97fed27.tar.gz
rails-42469c50610d574d83f329f4a93b3ce4b97fed27.tar.bz2
rails-42469c50610d574d83f329f4a93b3ce4b97fed27.zip
Fix rubocop issue
Fixes: `Layout/TrailingWhitespace: Trailing whitespace detected. See https://codeclimate.com/github/rails/rails/issues Releted to b707a6d0eb7
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/template.rb b/actionview/lib/action_view/template.rb
index d7aee18a84..070d82cf17 100644
--- a/actionview/lib/action_view/template.rb
+++ b/actionview/lib/action_view/template.rb
@@ -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.