Skip to content

Commit 1766c8d

Browse files
committed
making the linter happy
1 parent a1f98b3 commit 1766c8d

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

cpp/src/parquet/meson.build

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,10 @@ parquet_tests = {
314314
),
315315
},
316316
'file_deserialize_test': {
317-
'sources': files('file_deserialize_test.cc', 'encryption/external/test_utils.cc'),
317+
'sources': files(
318+
'encryption/external/test_utils.cc',
319+
'file_deserialize_test.cc',
320+
),
318321
},
319322
'schema_test': {'sources': files('schema_test.cc')},
320323
}
@@ -390,12 +393,7 @@ foreach key, val : parquet_tests
390393
# Hardcode DBPA logging for Meson test runs to aid CI diagnostics.
391394
'PARQUET_DBPA_LOG_LEVEL': 'INFO',
392395
}
393-
test(
394-
test_name,
395-
exc,
396-
depends: dbpa_test_agent_lib,
397-
env: test_env,
398-
)
396+
test(test_name, exc, depends: dbpa_test_agent_lib, env: test_env)
399397
endforeach
400398

401399
parquet_benchmarks = {

0 commit comments

Comments
 (0)