From 179dc7d0701e0252da4c35d627e8da1da1f6ff90 Mon Sep 17 00:00:00 2001 From: m_igashi <@M_Igashi> Date: Fri, 16 Jan 2026 16:06:17 +0100 Subject: [PATCH] style: remove trailing whitespace from blank line --- beetsplug/replaygain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/replaygain.py b/beetsplug/replaygain.py index af5dcd001..7197971c2 100644 --- a/beetsplug/replaygain.py +++ b/beetsplug/replaygain.py @@ -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")