Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/1202#discussion_r41164549 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -1761,11 +1803,8 @@ object JobManager { * @param config The configuration for the runtime monitor. * @param leaderRetrievalService Leader retrieval service to get the leading JobManager */ - def startWebRuntimeMonitor( - config: Configuration, - leaderRetrievalService: LeaderRetrievalService, - actorSystem: ActorSystem) - : WebMonitor = { + def startWebRuntimeMonitor(config: Configuration, leaderRetrievalService: LeaderRetrievalService, + actorSystem: ActorSystem) : WebMonitor = { --- End diff -- Line breaks not very scalaesque
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---