未验证 提交 1933fbae 编写于 作者: B bogdanvlviv

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
```
上级 09ec075f
......@@ -88,7 +88,7 @@ def start(name, id, payload)
end
def finish(name, id, payload)
event = event_stack.pop
event = event_stack.pop
event.finish!
event.payload.merge!(payload)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册