Skip to content

Commit 939312f

Browse files
committed
fix codestyle
1 parent df25ab0 commit 939312f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-table/flink-table-runtime/src/test/java/org/apache/flink/table/runtime/operators/join/deltajoin/StreamingDeltaJoinOperatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public class StreamingDeltaJoinOperatorTest {
9494

9595
// the data snapshot of the left/right table when joining
9696
// <upsert key, data>
97-
private static final HashMap<RowData, RowData> leftTableCurrentData = new HashMap<>();;
97+
private static final HashMap<RowData, RowData> leftTableCurrentData = new HashMap<>();
9898
private static final HashMap<RowData, RowData> rightTableCurrentData = new HashMap<>();
9999

100100
@Parameters(name = "EnableCache = {0}")

0 commit comments

Comments
 (0)