Skip to content

Commit 24ef28c

Browse files
committed
remove unnecessary line break
1 parent 68d7689 commit 24ef28c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libarchive/write.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ def add_entries(self, entries):
4444
write_finish_entry(write_p)
4545

4646
def add_files(
47-
self, *paths, flags=0, lookup=False,
48-
pathname=None, recursive=True,
47+
self, *paths, flags=0, lookup=False, pathname=None, recursive=True,
4948
**attributes
5049
):
5150
"""Read files through the OS and add them to the archive.

0 commit comments

Comments
 (0)