mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue