From 62ee1107c320b339155458a92458092f6a9be6fc Mon Sep 17 00:00:00 2001 From: oprietop Date: Wed, 2 Jul 2014 11:26:34 +0200 Subject: [PATCH] remove whitespace --- beets/autotag/match.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/autotag/match.py b/beets/autotag/match.py index 43f438af1..a01915256 100644 --- a/beets/autotag/match.py +++ b/beets/autotag/match.py @@ -363,7 +363,7 @@ def _add_candidate(items, results, info): if info.album_id in results: log.debug('Duplicate.') return - + # Discard matches without required tags. for req_tag in config['match']['required'].as_str_seq(): if getattr(info, req_tag) is None: