Skip to content

Commit a4f5c31

Browse files
committed
fix cpplint
1 parent c216849 commit a4f5c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/parquet/file_rewriter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class SingleFileRewriter {
150150
std::vector<int32_t> column_indices(metadata_->num_columns());
151151
std::iota(column_indices.begin(), column_indices.end(), 0);
152152
page_index_reader_->WillNeed(row_group_indices, column_indices, {true, true});
153-
};
153+
}
154154

155155
void WriteData(bool fast_copy, RowGroupMetaDataBuilder* rg_metadata_builder,
156156
PageIndexBuilder* page_index_builder, int64_t& total_bytes_written) {

0 commit comments

Comments
 (0)