Skip to content

Commit bf3cfae

Browse files
committed
fix cpplint ci
1 parent 5829f95 commit bf3cfae

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cpp/src/parquet/variant/meson.build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ exc = executable(
2828
)
2929
test('parquet-variant-test', exc)
3030

31-
install_headers(['builder.h', 'encoding.h', 'validate.h'], subdir: 'parquet/variant')
31+
install_headers(
32+
['builder.h', 'encoding.h', 'validate.h'],
33+
subdir: 'parquet/variant',
34+
)

0 commit comments

Comments
 (0)