Skip to content

Commit d90b207

Browse files
committed
fix whitespace
1 parent 0f41369 commit d90b207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/shelve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def sync(self):
171171
if hasattr(self.dict, 'sync'):
172172
self.dict.sync()
173173

174+
174175
class BsdDbShelf(Shelf):
175176
"""Shelf implementation using the "BSD" db interface.
176177

0 commit comments

Comments
 (0)