mirror of https://github.com/rails/rails
Fix Rubocop offense
``` Offenses: activesupport/lib/active_support/subscriber.rb:91:17: C: Layout/SpaceAroundOperators: Operator = should be surrounded by a single space. event = event_stack.pop ```
This commit is contained in:
parent
09ec075f1e
commit
1933fbaecf
|
@ -88,7 +88,7 @@ module ActiveSupport
|
|||
end
|
||||
|
||||
def finish(name, id, payload)
|
||||
event = event_stack.pop
|
||||
event = event_stack.pop
|
||||
event.finish!
|
||||
event.payload.merge!(payload)
|
||||
|
||||
|
|
Loading…
Reference in New Issue