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 17:44:13 +0700
committerstepshal <nessento@openmailbox.org>2016-06-16 17:44:13 +0700
commitdded3cb8862d91bf20c5f8e4a4dd37b108c7b8ab (patch)
tree9a98e0e6ebcbe543179759155996cf249c9e03ed /examples/plugin_linemode.py
parent7c760ac0256aa1d27433e8f410ae014be2da2334 (diff)
downloadranger-dded3cb8862d91bf20c5f8e4a4dd37b108c7b8ab.tar.gz
Add one blank line 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..be34e6c5 100644
--- a/examples/plugin_linemode.py
+++ b/examples/plugin_linemode.py
@@ -12,5 +12,6 @@ from ranger.core.linemode import LinemodeBase
 @ranger.api.register_linemode
 class MyLinemode(LinemodeBase):
     name = "rot13"
+
     def filetitle(self, file, metadata):
         return codecs.encode(file.relative_path, "rot_13")