Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Jun 9, 2021
1 parent 0cab4b0 commit 119f98b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cpp/tests/io/arrow_io_source_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ TEST_F(ArrowIOTest, URIFileSystem)
std::make_unique<cudf::io::arrow_io_source>(file_uri);

// Populate the JSON Reader Options
cudf::io::json_reader_options options =
cudf::io::json_reader_options::builder(cudf::io::source_info(datasource.get()))
.lines(true);
cudf::io::json_reader_options options =
cudf::io::json_reader_options::builder(cudf::io::source_info(datasource.get())).lines(true);

// Read the JSON file from the LocalFileSystem
cudf::io::table_with_metadata tbl = cudf::io::read_json(options);
Expand Down

0 comments on commit 119f98b

Please sign in to comment.