From f3722ca8d35ed3ef1a6a2f0bc686de7d199501f7 Mon Sep 17 00:00:00 2001
From: Gitlab CI <noreply@cern.ch>
Date: Tue, 17 Oct 2023 11:53:28 +0000
Subject: [PATCH] Fixed formatting

patch generated by https://gitlab.cern.ch/lhcb-datapkg/PRConfig/-/jobs/33230250
---
 python/MooreTests/run_bandwidth_test_jobs.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/python/MooreTests/run_bandwidth_test_jobs.py b/python/MooreTests/run_bandwidth_test_jobs.py
index 02480c42..15acdf0e 100644
--- a/python/MooreTests/run_bandwidth_test_jobs.py
+++ b/python/MooreTests/run_bandwidth_test_jobs.py
@@ -139,9 +139,7 @@ if __name__ == '__main__':
     parser.add_argument(
         '--digi',
         action='store_true',
-        help=
-        "Specifics input files as digi instead of mdf as the default"
-    )
+        help="Specifics input files as digi instead of mdf as the default")
     parser.add_argument(
         '--cache-dirs',
         default=None,
-- 
GitLab