summary refs log tree commit diff stats
path: root/ranger/ext/cached_function.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-16 18:22:57 +0700
committerstepshal <nessento@openmailbox.org>2016-06-16 18:22:57 +0700
commitab41c7766ced3f1b8f6b4ed317f0db4e0d71b897 (patch)
tree3315bb7587acb020cee88dbc0382d68671d7383e /ranger/ext/cached_function.py
parent7c760ac0256aa1d27433e8f410ae014be2da2334 (diff)
downloadranger-ab41c7766ced3f1b8f6b4ed317f0db4e0d71b897.tar.gz
Add two blank lines where is expected
Diffstat (limited to 'ranger/ext/cached_function.py')
-rw-r--r--ranger/ext/cached_function.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/ext/cached_function.py b/ranger/ext/cached_function.py
index bce2b5ca..d2c695f9 100644
--- a/ranger/ext/cached_function.py
+++ b/ranger/ext/cached_function.py
@@ -1,6 +1,7 @@
 # This file is part of ranger, the console file manager.
 # License: GNU GPL version 3, see the file "AUTHORS" for details.
 
+
 def cached_function(fnc):
     cache = {}
     def inner_cached_function(*args):