From c9742e1d048bd72181832bb1f705bd07f6804b80 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 12 Oct 2022 10:52:32 -0700 Subject: [PATCH] Code formatting. --- borgmatic/commands/arguments.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/borgmatic/commands/arguments.py b/borgmatic/commands/arguments.py index 4699010d7..60e3274b8 100644 --- a/borgmatic/commands/arguments.py +++ b/borgmatic/commands/arguments.py @@ -787,7 +787,9 @@ def make_parsers(): '--repository', help='Path of repository to break the lock for, defaults to the configured repository if there is only one', ) - break_lock_group.add_argument('-h', '--help', action='help', help='Show this help message and exit') + break_lock_group.add_argument( + '-h', '--help', action='help', help='Show this help message and exit' + ) borg_parser = subparsers.add_parser( 'borg',