summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-07 23:37:35 +0700
committerstepshal <nessento@openmailbox.org>2016-06-07 23:45:37 +0700
commit215dfa92c6fa35f0b7504c4fb715b5e4222eac29 (patch)
tree2497785c82713b9fff26255e971bae19c89cc441 /examples
parentc256b5d0687688630d0eb2ede9dfbe481eef6969 (diff)
downloadranger-215dfa92c6fa35f0b7504c4fb715b5e4222eac29.tar.gz
doc/tools/print_colors.py: remove trailing newline
remove trailing newline
Diffstat (limited to 'examples')
-rw-r--r--examples/plugin_new_sorting_method.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/plugin_new_sorting_method.py b/examples/plugin_new_sorting_method.py
index c6e35a68..012bd7a2 100644
--- a/examples/plugin_new_sorting_method.py
+++ b/examples/plugin_new_sorting_method.py
@@ -6,4 +6,3 @@
 from ranger.container.directory import Directory
 from random import random
 Directory.sort_dict['random'] = lambda path: random()
-