[Audio] Remove extra whitespace (#5366)

This commit is contained in:
aikaterna 2021-10-03 12:10:32 -07:00 committed by GitHub
parent b4037a80d8
commit 6eb922e7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ class MiscellaneousCommands(MixinMeta, metaclass=CompositeMetaClass):
) )
await _usercount(req_username) await _usercount(req_username)
except AttributeError: 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"]): async for req_username in AsyncIter(requesters["users"]):
percentage = float(requesters["users"][req_username]["songcount"]) / float( percentage = float(requesters["users"][req_username]["songcount"]) / float(