Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengchenghh committed May 15, 2023
1 parent 2b7682a commit cf7f5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/velox/benchmarks/BenchmarkUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ void abortIfFileNotExists(const std::string& filepath);
/// Return whether the data ends with suffix.
bool endsWith(const std::string& data, const std::string& suffix);

void setCpu(uint32_t cpuindex);
void setCpu(uint32_t cpuindex);
2 changes: 1 addition & 1 deletion cpp/velox/compute/ArrowTypeUtils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ std::shared_ptr<arrow::Schema> toArrowSchema(const std::shared_ptr<const velox::
GLUTEN_ASSIGN_OR_THROW(auto outputSchema, arrow::ImportSchema(&arrowSchema));
return outputSchema;
}
} // namespace gluten
} // namespace gluten

0 comments on commit cf7f5dc

Please sign in to comment.