STORM-1750: Formatting
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/7f788d1b Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/7f788d1b Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/7f788d1b Branch: refs/heads/master Commit: 7f788d1b7429e99f58e1cbe989d21087d2e0eec1 Parents: 2bebca5 Author: Stig Rohde Døssing <[email protected]> Authored: Thu May 5 11:13:52 2016 +0200 Committer: Stig Rohde Døssing <[email protected]> Committed: Thu May 5 11:13:52 2016 +0200 ---------------------------------------------------------------------- storm-core/src/clj/org/apache/storm/daemon/executor.clj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/7f788d1b/storm-core/src/clj/org/apache/storm/daemon/executor.clj ---------------------------------------------------------------------- diff --git a/storm-core/src/clj/org/apache/storm/daemon/executor.clj b/storm-core/src/clj/org/apache/storm/daemon/executor.clj index 81c0ebf..d960ba3 100644 --- a/storm-core/src/clj/org/apache/storm/daemon/executor.clj +++ b/storm-core/src/clj/org/apache/storm/daemon/executor.clj @@ -206,9 +206,8 @@ (uncaughtException [this _ error] (try ((:report-error <>) error) - (catch Exception e - (log-error e "Error while reporting error to cluster, proceeding with shutdown") - )) + (catch Exception e + (log-error e "Error while reporting error to cluster, proceeding with shutdown"))) (if (or (Utils/exceptionCauseIsInstanceOf InterruptedException error) (Utils/exceptionCauseIsInstanceOf java.io.InterruptedIOException error))
