Skip to content

Commit 886fcb0

Browse files
committed
Warning removed (...) interpreted as grouped expression
1 parent a2a7f8b commit 886fcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/digestor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def _options_for_digest(options_or_deprecated_name, *deprecated_args)
4242
':variant. Please update your code to pass a Hash argument. ' \
4343
'Support for the old method signature will be removed in Rails 5.0.'
4444

45-
_options_for_digest (deprecated_args[2] || {}).merge \
45+
_options_for_digest(deprecated_args[2] || {}).merge \
4646
name: options_or_deprecated_name,
4747
format: deprecated_args[0],
4848
finder: deprecated_args[1]

0 commit comments

Comments
 (0)