Skip to content

Commit ed5df62

Browse files
Fixing the spotless failures
1 parent b8b07a9 commit ed5df62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluss-client/src/test/java/org/apache/fluss/client/converter/PojoToRowConverterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public void testUnsupportedSchemaFieldTypeThrows() {
178178
// ----------------------- Numeric Type Widening Tests -----------------------
179179

180180
@Test
181-
void testByteToSmallIntWidening() {
181+
void testByteToSmallIntWidening() {
182182
RowType table = RowType.builder().field("value", DataTypes.SMALLINT()).build();
183183
RowType projection = table;
184184

0 commit comments

Comments
 (0)