mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Automatic style fix
This commit is contained in:
parent
ed232f2675
commit
3f0eacb47e
@ -275,6 +275,8 @@ def download_fuzzers(
|
||||
check_name,
|
||||
reports_path,
|
||||
result_path,
|
||||
lambda x: x.endswith(("test_basic_fuzzer", ".dict", ".options", "_seed_corpus.zip")),
|
||||
lambda x: x.endswith(
|
||||
("test_basic_fuzzer", ".dict", ".options", "_seed_corpus.zip")
|
||||
),
|
||||
# lambda x: x.endswith(("_fuzzer", ".dict", ".options", "_seed_corpus.zip")),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user