Automatic style fix

This commit is contained in:
robot-clickhouse 2023-01-09 01:08:38 +00:00
parent f374d3a44e
commit 9a5fbcacfd

View File

@ -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"),
)