From 732edec12e609348b5e592ab486e5a78971c9818 Mon Sep 17 00:00:00 2001 From: Allen <63997543+aaw3@users.noreply.github.com> Date: Sat, 12 Nov 2022 23:34:37 -0600 Subject: [PATCH] Remove extra newline --- bin/miniplayer | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/miniplayer b/bin/miniplayer index fa551aa..42aec62 100755 --- a/bin/miniplayer +++ b/bin/miniplayer @@ -517,7 +517,6 @@ class Player: self.drawDefaultAlbumArt() - def drawDefaultAlbumArt(self): foregroundCol = "#D8DEE9" backgroundCol = "#262A33"