Skip to content

Commit

Permalink
doc/tools/print_colors.py: remove trailing newline
Browse files Browse the repository at this point in the history
remove trailing newline
stepshal committed Jun 7, 2016
1 parent c256b5d commit 215dfa9
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion doc/tools/print_colors.py
Original file line number Diff line number Diff line change
@@ -28,4 +28,3 @@ def print_all_colors(attr):
print_all_colors(A_BOLD)
win.refresh()
win.getch()

1 change: 0 additions & 1 deletion examples/plugin_new_sorting_method.py
Original file line number Diff line number Diff line change
@@ -6,4 +6,3 @@
from ranger.container.directory import Directory
from random import random
Directory.sort_dict['random'] = lambda path: random()

0 comments on commit 215dfa9

Please sign in to comment.