Skip to content

Commit 4bb95ee

Browse files
committed
style: apply cmake-format to examples
1 parent eae924b commit 4bb95ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ if(TARGET Arrow::arrow_shared)
3737
elseif(TARGET Arrow::arrow_static)
3838
set(PAIMON_EXAMPLE_ARROW_TARGET Arrow::arrow_static)
3939
else()
40-
message(FATAL_ERROR "Neither Arrow::arrow_shared nor Arrow::arrow_static is available")
40+
message(FATAL_ERROR "Neither Arrow::arrow_shared nor Arrow::arrow_static is available"
41+
)
4142
endif()
4243

4344
add_executable(read_write_demo read_write_demo.cpp)

0 commit comments

Comments
 (0)