From ade1e4c9430a8e73e4f132be29aea44ecd07e132 Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
 <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Fri, 11 Oct 2024 23:41:30 +0000
Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
---
 Snakefile                           |  6 +++---
 benchmarks/backwards_ecal/Snakefile | 10 +++++-----
 benchmarks/barrel_ecal/Snakefile    |  6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Snakefile b/Snakefile
index b3687b24..3baf152b 100644
--- a/Snakefile
+++ b/Snakefile
@@ -56,9 +56,9 @@ mc cp S3/eictest/{output.filepath} {output.filepath}
 """
                 if use_s3
                 else f"""
-                echo 'Unexpected value for config["remote_provider"]: {config["remote_provider"]}'
-                exit 1
-                """
+                        echo 'Unexpected value for config["remote_provider"]: {config["remote_provider"]}'
+                        exit 1
+                        """
             )
         )
 
diff --git a/benchmarks/backwards_ecal/Snakefile b/benchmarks/backwards_ecal/Snakefile
index 7a501b5e..351006c3 100644
--- a/benchmarks/backwards_ecal/Snakefile
+++ b/benchmarks/backwards_ecal/Snakefile
@@ -102,13 +102,13 @@ MATPLOTLIBRC={input.matplotlibrc} \
 DETECTOR_CONFIG="""
             + DETECTOR_CONFIG
             + """ \
-                PLOT_TITLE="""
+                        PLOT_TITLE="""
             + DETECTOR_CONFIG
             + """ \
-                INPUT_PATH_FORMAT=sim_output/backwards_ecal/"""
+                        INPUT_PATH_FORMAT=sim_output/backwards_ecal/"""
             + DETECTOR_CONFIG
             + """/{{particle}}/{{energy}}/130to177deg/{{particle}}_{{energy}}_130to177deg.{{ix:04d}}.eicrecon.tree.edm4eic.root \
-                OUTPUT_DIR={output} \
-                python {input.script}
-                """
+                        OUTPUT_DIR={output} \
+                        python {input.script}
+                        """
         )
diff --git a/benchmarks/barrel_ecal/Snakefile b/benchmarks/barrel_ecal/Snakefile
index 3637544e..5378592f 100644
--- a/benchmarks/barrel_ecal/Snakefile
+++ b/benchmarks/barrel_ecal/Snakefile
@@ -37,9 +37,9 @@ exec ddsim \
    --compactFile """
             + DETECTOR_PATH
             + """/{wildcards.DETECTOR_CONFIG}.xml \
-                           --inputFiles {input} \
-                           --outputFile {output}
-                        """
+                                   --inputFiles {input} \
+                                   --outputFile {output}
+                                """
         )
 
 
-- 
GitLab