Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed May 31, 2024
1 parent 855960a commit 9d55b36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bigquery/read/arrow_read.cc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ void ProcessRecordBatch(std::shared_ptr<arrow::Schema> schema,
// for other datatypes here. The schema will tell you what datatypes
// need to be handled.
default:
std::cout << std::left << std::setw(15) << "UNDEFINED " << " ";
std::cout << std::left << std::setw(15) << "UNDEFINED ";
<< " ";
}
}
std::cout << "\n";
Expand Down

0 comments on commit 9d55b36

Please sign in to comment.