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:
parent
92be3848f9
commit
42469c5061
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue