Skip to content

Commit d51e9f2

Browse files
author
Tim Vaillancourt
committed
double-spacing to match the rest of the modules
1 parent ec27f68 commit d51e9f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MongoBackup/Common/Lock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
from fcntl import flock, LOCK_EX, LOCK_NB
55

6+
67
class Lock:
78
def __init__(self, lock_file):
89
self.lock_file = lock_file

0 commit comments

Comments
 (0)