Skip to content

Commit 8f7dea3

Browse files
committed
[FLINK-39401][formats] Fix code formatting via spotless:apply
1 parent 8cf0b1f commit 8f7dea3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

flink-table/flink-table-runtime/src/main/java/org/apache/flink/formats/raw/RawFormatDeserializationSchema.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ public class RawFormatDeserializationSchema implements DeserializationSchema<Row
6363

6464
/**
6565
* Pre-compiled pattern for splitting by {@link #lineDelimiter}, or {@code null} if no
66-
* delimiter. Note: this field and {@link #lineDelimiter} are either both null or both
67-
* non-null.
66+
* delimiter. Note: this field and {@link #lineDelimiter} are either both null or both non-null.
6867
*/
6968
@Nullable private final Pattern lineDelimiterPattern;
7069

0 commit comments

Comments
 (0)