style: remove trailing whitespace from blank line

This commit is contained in:
m_igashi 2026-01-16 16:06:17 +01:00
parent dc117046a9
commit 179dc7d070

View file

@ -610,7 +610,7 @@ class CommandBackend(Backend):
"""Checks whether the given item is supported by the selected tool."""
# Get the base name of the command for comparison
cmd_name = os.path.basename(self.command).lower()
if cmd_name.startswith("mp3rgain"):
# mp3rgain supports MP3 and AAC/M4A formats
return item.format in ("MP3", "AAC")