Skip to content

Commit 4e227d6

Browse files
committed
tiny indentation fix
1 parent fcb5514 commit 4e227d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beets/ui/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ def resolve_duplicate(self, task):
721721
that's already in the library.
722722
"""
723723
log.warn("This %s is already in the library!" %
724-
("album" if task.is_album else "item"))
724+
("album" if task.is_album else "item"))
725725

726726
if config['import']['quiet']:
727727
# In quiet mode, don't prompt -- just skip.

0 commit comments

Comments
 (0)