diff --git a/benchmarks/tracking_performances_dis/Snakefile b/benchmarks/tracking_performances_dis/Snakefile
index 4accce949962f92507b632f6e434766e9d7c510d..28295fa5d75a172127f3951aa1215d09354c91ba 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: