Skip to content

Commit 719b699

Browse files
committed
Teensy whitespace fix
1 parent e0ce507 commit 719b699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beets/ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,8 +769,8 @@ def show_path_changes(path_changes):
769769
pad = max_width - len(source)
770770
log.info(u'{0} {1} -> {2}', source, ' ' * pad, dest)
771771

772-
# Helper functions for option parsing.
773772

773+
# Helper functions for option parsing.
774774

775775
def _store_dict(option, opt_str, value, parser):
776776
"""Custom action callback to parse options which have ``key=value``

0 commit comments

Comments
 (0)