mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Automatic style fix
This commit is contained in:
parent
f374d3a44e
commit
9a5fbcacfd
@ -140,5 +140,8 @@ def download_clickhouse_binary(check_name, reports_path, result_path):
|
||||
|
||||
def download_performance_build(check_name, reports_path, result_path):
|
||||
download_builds_filter(
|
||||
check_name, reports_path, result_path, lambda x: x.endswith("performance.tar.zst")
|
||||
check_name,
|
||||
reports_path,
|
||||
result_path,
|
||||
lambda x: x.endswith("performance.tar.zst"),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user