From 2c7159dac22c30f1fbac2455b6ba567cd4d60e00 Mon Sep 17 00:00:00 2001 From: Ludovic Henry Date: Tue, 2 Apr 2024 17:35:16 +0000 Subject: [PATCH] fix formatting --- velox/common/memory/MemoryArbitrator.h | 3 +-- velox/experimental/wave/dwio/CMakeLists.txt | 6 +----- velox/experimental/wave/exec/CMakeLists.txt | 6 +----- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/velox/common/memory/MemoryArbitrator.h b/velox/common/memory/MemoryArbitrator.h index f9776fb183ad..2fa76317dcd2 100644 --- a/velox/common/memory/MemoryArbitrator.h +++ b/velox/common/memory/MemoryArbitrator.h @@ -458,8 +458,7 @@ struct fmt::formatter auto format( facebook::velox::memory::MemoryArbitrator::Stats s, format_context& ctx) { - return formatter::format( - s.toString(), ctx); + return formatter::format(s.toString(), ctx); } }; #endif diff --git a/velox/experimental/wave/dwio/CMakeLists.txt b/velox/experimental/wave/dwio/CMakeLists.txt index 549f07b43707..109bc63bb10a 100644 --- a/velox/experimental/wave/dwio/CMakeLists.txt +++ b/velox/experimental/wave/dwio/CMakeLists.txt @@ -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) diff --git a/velox/experimental/wave/exec/CMakeLists.txt b/velox/experimental/wave/exec/CMakeLists.txt index bdbe6edad14b..c31e2946b7a4 100644 --- a/velox/experimental/wave/exec/CMakeLists.txt +++ b/velox/experimental/wave/exec/CMakeLists.txt @@ -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