You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/01/21 11:35:48 UTC

[flink] branch release-1.13 updated: [hotfix] Fix spotless violation

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new ee93467  [hotfix] Fix spotless violation
ee93467 is described below

commit ee934678be5cb8dba9e65875056c16c971205c05
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Fri Jan 21 12:35:09 2022 +0100

    [hotfix] Fix spotless violation
---
 .../src/main/java/org/apache/flink/streaming/api/graph/StreamGraph.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamGraph.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamGraph.java
index d2ecac1..06a12be 100644
--- a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamGraph.java
+++ b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamGraph.java
@@ -678,7 +678,7 @@ public class StreamGraph implements Pipeline {
                         typeNumber,
                         partitioner,
                         outputTag,
-                    shuffleMode,
+                        shuffleMode,
                         uniqueId);
 
         getStreamNode(edge.getSourceId()).addOutEdge(edge);