Skip to content

Commit 31c9052

Browse files
authored
Remove trailing-whitespace
1 parent 87e21cc commit 31c9052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ async def handle_subcommand(self, ctx: context.SlashContext, data: dict):
765765
if sub_name not in base:
766766
return
767767
if sub_name is not None:
768-
ctx.subcommand_name = sub_name
768+
ctx.subcommand_name = sub_name
769769
sub_opts = sub["options"] if "options" in sub else []
770770
for x in sub_opts:
771771
if "options" in x or "value" not in x:

0 commit comments

Comments
 (0)