Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Apr 2, 2024
1 parent b75aafb commit 2c7159d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
3 changes: 1 addition & 2 deletions velox/common/memory/MemoryArbitrator.h
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,7 @@ struct fmt::formatter<facebook::velox::memory::MemoryArbitrator::Stats>
auto format(
facebook::velox::memory::MemoryArbitrator::Stats s,
format_context& ctx) {
return formatter<std::string>::format(
s.toString(), ctx);
return formatter<std::string>::format(s.toString(), ctx);
}
};
#endif
6 changes: 1 addition & 5 deletions velox/experimental/wave/dwio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ add_subdirectory(decode)
add_library(velox_wave_dwio ColumnReader.cpp FormatData.cpp ReadStream.cpp
StructColumnReader.cpp)

target_link_libraries(
velox_wave_dwio
Folly::folly
fmt::fmt
xsimd)
target_link_libraries(velox_wave_dwio Folly::folly fmt::fmt xsimd)
6 changes: 1 addition & 5 deletions velox/experimental/wave/exec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@

add_library(velox_wave_stream OperandSet.cpp Wave.cpp)

target_link_libraries(
velox_wave_stream
Folly::folly
fmt::fmt
xsimd)
target_link_libraries(velox_wave_stream Folly::folly fmt::fmt xsimd)

add_library(
velox_wave_exec
Expand Down

0 comments on commit 2c7159d

Please sign in to comment.