From 19c9d187bb88814ec5b3409b7f7414e00f319c3c Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Date: Tue, 10 Dec 2024 00:09:37 -0500
Subject: [PATCH] tracking_performances_dis: add missing commas (#111)

---
 benchmarks/tracking_performances_dis/Snakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmarks/tracking_performances_dis/Snakefile b/benchmarks/tracking_performances_dis/Snakefile
index 4accce94..28295fa5 100644
--- a/benchmarks/tracking_performances_dis/Snakefile
+++ b/benchmarks/tracking_performances_dis/Snakefile
@@ -15,9 +15,9 @@ root -l -b -q -e '.L {input}+'
 rule trk_dis_compile:
     input:
         "benchmarks/tracking_performances_dis/analysis/trk_dis_analysis_cxx.so",
-        "benchmarks/tracking_performances_dis/analysis/trk_dis_plots_cxx.so"
+        "benchmarks/tracking_performances_dis/analysis/trk_dis_plots_cxx.so",
         "benchmarks/tracking_performances_dis/analysis/vtx_dis_analysis_cxx.so",
-        "benchmarks/tracking_performances_dis/analysis/vtx_dis_plots_cxx.so"
+        "benchmarks/tracking_performances_dis/analysis/vtx_dis_plots_cxx.so",
 
 # Process the generated HepMC files through the simulation
 rule trk_dis_sim:
-- 
GitLab