Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Linjawi authored and Mohammad Linjawi committed Nov 21, 2024
1 parent 7d5fe5d commit 96d1289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/examples/tutorial_examples/file_access_example.cc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ arrow::Status RunMain() {
// (Doc section: Parquet OpenFile)
// Note that Parquet's OpenFile() takes the reader by reference, rather than returning
// a reader.
PARQUET_ASSIGN_OR_THROW(reader, parquet::arrow::OpenFile(infile, arrow::default_memory_pool()));
PARQUET_ASSIGN_OR_THROW(reader,
parquet::arrow::OpenFile(infile, arrow::default_memory_pool()));
// (Doc section: Parquet OpenFile)

// (Doc section: Parquet Read)
Expand Down

0 comments on commit 96d1289

Please sign in to comment.