summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorNathaniel <natemaia10@gmail.com>2018-07-07 19:10:47 -0700
committerGitHub <noreply@github.com>2018-07-07 19:10:47 -0700
commitd0f4e2c56af9e0e6452289fd136bb3c9934af225 (patch)
tree5bfd562b51ae1c3622c4161f5881c29224a764cb /examples
parent0e4577ea8ac0ea99e2c44164e2e81182d1ec4d07 (diff)
downloadranger-d0f4e2c56af9e0e6452289fd136bb3c9934af225.tar.gz
2 lines around function definition
Diffstat (limited to 'examples')
-rw-r--r--examples/plugin_pmount.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/plugin_pmount.py b/examples/plugin_pmount.py
index 3079b5a3..f5bd1c67 100644
--- a/examples/plugin_pmount.py
+++ b/examples/plugin_pmount.py
@@ -23,6 +23,7 @@ UMOUNT_KEY = '<alt>M'
 LIST_MOUNTS_KEY = '<alt>n'
 HOOK_INIT_OLD = ranger.api.hook_init
 
+
 def hook_init(fm):
     fm.execute_console("map {key} shell -p lsblk".format(key=LIST_MOUNTS_KEY))