From 6d4c26dda5ab36b9a37b64f23686cce57ae37fc7 Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Wed, 20 Nov 2024 22:50:39 +0000 Subject: [PATCH] Automatic style fix --- tests/ci/libfuzzer_test_check.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/ci/libfuzzer_test_check.py b/tests/ci/libfuzzer_test_check.py index d1e6b34309e..55db6f8e235 100644 --- a/tests/ci/libfuzzer_test_check.py +++ b/tests/ci/libfuzzer_test_check.py @@ -286,7 +286,11 @@ def main(): retcode = process.wait() if retcode == 0: logging.info("Run successfully") - if pr_info.number == 0 and pr_info.base_ref == "master" and pr_info.head_ref == "master": + if ( + pr_info.number == 0 + and pr_info.base_ref == "master" + and pr_info.head_ref == "master" + ): logging.info("Uploading corpus - running in master") # upload_corpus(fuzzers_path) else: