Skip to content

Commit 6955bf4

Browse files
committed
Shorten line longer than 100 characters
1 parent 3502610 commit 6955bf4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery

gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/Table.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ public InsertAllResponse insert(Iterable<InsertAllRequest.RowToInsert> rows,
213213
* @param options table data list options
214214
* @throws BigQueryException upon failure
215215
*/
216-
public Page<List<FieldValue>> list(BigQuery.TableDataListOption... options) throws BigQueryException {
216+
public Page<List<FieldValue>> list(BigQuery.TableDataListOption... options)
217+
throws BigQueryException {
217218
return bigquery.listTableData(tableId(), options);
218219
}
219220

0 commit comments

Comments
 (0)