Skip to content

Commit 22d8c61

Browse files
committed
lint
1 parent 2638cd4 commit 22d8c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java-bigquery/google-cloud-bigquery-jdbc/src/test/java/com/google/cloud/bigquery/jdbc/BigQueryJsonStructTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public void structWithNullValue() throws SQLException {
246246
}
247247

248248
@Test
249-
public void getSQLTypeName() throws SQLException{
249+
public void getSQLTypeName() throws SQLException {
250250
assertThat(structWithPrimitiveValues.getSQLTypeName()).isEqualTo("STRUCT");
251251
}
252252

0 commit comments

Comments
 (0)