Github user revans2 commented on a diff in the pull request:

    https://github.com/apache/storm/pull/753#discussion_r40845541
  
    --- Diff: storm-core/src/clj/backtype/storm/daemon/executor.clj ---
    @@ -663,8 +673,9 @@
                         (reset! last-active true)
                         (log-message "Activating spout " component-id ":" 
(keys task-datas))
                         (fast-list-iter [^ISpout spout spouts] (.activate 
spout)))
    -               
    -                  (fast-list-iter [^ISpout spout spouts] (.nextTuple 
spout)))
    +
    +                  (fast-list-iter [^ISpout spout spouts] (.nextTuple 
spout))
    --- End diff --
    
    I'm not sure we want to split the ')' onto a new line.  It does not follow 
the formatting.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to