From 9ca977ba81daffeb839c02bf83c30ef18d3378ca Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Sun, 3 Oct 2021 21:12:11 +0200 Subject: [PATCH] [3.4] [Audio] Remove extra whitespace (#5366) (#5370) (cherry picked from commit 6eb922e7d956568206bb0aba04aa574a11e46439) Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com> Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com> --- redbot/cogs/audio/core/commands/miscellaneous.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/audio/core/commands/miscellaneous.py b/redbot/cogs/audio/core/commands/miscellaneous.py index 18f604589..ff1d3853d 100644 --- a/redbot/cogs/audio/core/commands/miscellaneous.py +++ b/redbot/cogs/audio/core/commands/miscellaneous.py @@ -123,7 +123,7 @@ class MiscellaneousCommands(MixinMeta, metaclass=CompositeMetaClass): ) await _usercount(req_username) except AttributeError: - return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) async for req_username in AsyncIter(requesters["users"]): percentage = float(requesters["users"][req_username]["songcount"]) / float(