CalvinKirs commented on a change in pull request #4916:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/4916#discussion_r588050608



##########
File path: 
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/zk/ZKMasterClient.java
##########
@@ -272,9 +286,8 @@ private boolean checkTaskAfterWorkerStart(TaskInstance 
taskInstance) {
 
                if(workerServerStartDate != null){
                        return 
taskInstance.getStartTime().after(workerServerStartDate);
-               }else{
-                       return false;
-               }
+        }
+               return false;

Review comment:
       hi, thanks for your review , I have resolved the code style, please take 
a look.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to