Skip to content

Commit ae10a05

Browse files
fix spotless error
1 parent 6afd240 commit ae10a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2/sourcedb-to-spanner/src/test/java/com/google/cloud/teleport/v2/source/reader/io/jdbc/dialectadapter/mysql/MysqlDialectAdapterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public void testDiscoverIndexesBasic() throws SQLException, RetriableSchemaDisco
343343
.setCardinality(42L)
344344
.setIndexType(IndexType.BINARY)
345345
.setOrdinalPosition(4)
346-
.build());
346+
.build(),
347347
SourceColumnIndexInfo.builder()
348348
.setColumnName("testColBool")
349349
.setIndexName("primary")
@@ -352,7 +352,7 @@ public void testDiscoverIndexesBasic() throws SQLException, RetriableSchemaDisco
352352
.setCardinality(2L)
353353
.setIndexType(IndexType.NUMERIC)
354354
.setOrdinalPosition(5)
355-
.build(),
355+
.build());
356356

357357

358358
final JdbcSchemaReference sourceSchemaReference =

0 commit comments

Comments
 (0)