Skip to content

Commit 43230ca

Browse files
Whitespace
1 parent e6cc593 commit 43230ca

File tree

1 file changed

+2
-2
lines changed
  • mongodb_consistent_backup/Archive/Tar

1 file changed

+2
-2
lines changed

mongodb_consistent_backup/Archive/Tar/Tar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def compression(self, method=None):
3232
return self.config.archive.tar.compression
3333

3434
def do_gzip(self):
35-
if self.compression() == 'gzip':
36-
return True
35+
if self.compression() == 'gzip':
36+
return True
3737
return False
3838

3939
def threads(self, thread_count=None):

0 commit comments

Comments
 (0)