Remove newline at end of file.

This commit is contained in:
Dan Helfman 2023-04-13 19:13:50 -07:00
parent 8802f6888e
commit 50b0a9ce38
1 changed files with 1 additions and 1 deletions

View File

@ -105,4 +105,4 @@ def test_display_archives_info_command_does_not_duplicate_flags_or_raise():
borgmatic.borg.info.display_archives_info( borgmatic.borg.info.display_archives_info(
'repo', {}, '2.3.4', fuzz_argument(arguments, argument_name) 'repo', {}, '2.3.4', fuzz_argument(arguments, argument_name)
) )