zentol commented on code in PR #24680:
URL: https://github.com/apache/flink/pull/24680#discussion_r1571218899


##########
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/CreatingExecutionGraphTest.java:
##########
@@ -166,18 +170,19 @@ static class MockCreatingExecutionGraphContext extends 
MockStateWithoutExecution
                 new StateValidator<>("Executing");
 
         private Function<
-                        
CreatingExecutionGraph.ExecutionGraphWithVertexParallelism,
-                        CreatingExecutionGraph.AssignmentResult>
+                CreatingExecutionGraph.ExecutionGraphWithVertexParallelism,
+                CreatingExecutionGraph.AssignmentResult>
                 tryToAssignSlotsFunction =
-                        e -> 
CreatingExecutionGraph.AssignmentResult.success(e.getExecutionGraph());
+                e -> 
CreatingExecutionGraph.AssignmentResult.success(e.getExecutionGraph());
 
         private GlobalFailureHandler globalFailureHandler =
                 t -> {
                     // No-op.
                 };
 
         public void setExpectWaitingForResources() {
-            waitingForResourcesStateValidator.expectInput((none) -> {});
+            waitingForResourcesStateValidator.expectInput((none) -> {

Review Comment:
   No i screwed up :) My intellij is using a spotless config that isnt fully 
compatible with Flink...



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to