Skip to content

Commit

Permalink
Fix inconsistent tabs and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Becky Smith committed Oct 9, 2018
1 parent 9739764 commit 7e7e85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yas3fs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,8 +1292,8 @@ def process_message(self, messages):
self.invalidate_cache(path)
elif c[1] == 'md':
if c[2]:
self.delete_cache(c[2])
self.delete_cache(c[3])
self.delete_cache(c[2])
self.delete_cache(c[3])
elif c[1] == 'reset':
if len(c) <= 2 or not c[2] or c[2] == '/':
with self.cache.lock:
Expand Down

0 comments on commit 7e7e85f

Please sign in to comment.