mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Automatic style fix
This commit is contained in:
parent
19cdbf62c5
commit
a5e3f7a213
@ -98,7 +98,9 @@ def run_fuzzer(fuzzer: str, timeout: int):
|
||||
with_fuzzer_args = ""
|
||||
if use_fuzzer_args:
|
||||
env = {"FUZZER_ARGS": f"{custom_libfuzzer_options} {libfuzzer_corpora}"}
|
||||
with_fuzzer_args = f" with FUZZER_ARGS '{custom_libfuzzer_options} {libfuzzer_corpora}'"
|
||||
with_fuzzer_args = (
|
||||
f" with FUZZER_ARGS '{custom_libfuzzer_options} {libfuzzer_corpora}'"
|
||||
)
|
||||
else:
|
||||
cmd_line += f" {custom_libfuzzer_options} {libfuzzer_corpora}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user