summary refs log tree commit diff stats
path: root/examples/plugin_linemode.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 /examples/plugin_linemode.py
parent7c760ac0256aa1d27433e8f410ae014be2da2334 (diff)
downloadranger-ab41c7766ced3f1b8f6b4ed317f0db4e0d71b897.tar.gz
Add two blank lines where is expected
Diffstat (limited to 'examples/plugin_linemode.py')
-rw-r--r--examples/plugin_linemode.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/plugin_linemode.py b/examples/plugin_linemode.py
index 8a92552e..c05ff567 100644
--- a/examples/plugin_linemode.py
+++ b/examples/plugin_linemode.py
@@ -9,6 +9,7 @@ import codecs
 import ranger.api
 from ranger.core.linemode import LinemodeBase
 
+
 @ranger.api.register_linemode
 class MyLinemode(LinemodeBase):
     name = "rot13"