Skip to content

Commit

Permalink
Shorten line longer than 100 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Feb 9, 2016
1 parent 3502610 commit 6955bf4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ public InsertAllResponse insert(Iterable<InsertAllRequest.RowToInsert> rows,
* @param options table data list options
* @throws BigQueryException upon failure
*/
public Page<List<FieldValue>> list(BigQuery.TableDataListOption... options) throws BigQueryException {
public Page<List<FieldValue>> list(BigQuery.TableDataListOption... options)
throws BigQueryException {
return bigquery.listTableData(tableId(), options);
}

Expand Down

0 comments on commit 6955bf4

Please sign in to comment.