Skip to content

Commit 74ed920

Browse files
remove indent on parenthesis
1 parent 3d0b43f commit 74ed920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ async def inner(self: Cog, ctx: Context, *args, **kwargs) -> None:
168168
log.exception(
169169
"Failed to upload message %d in channel %d to paste service when redirecting output",
170170
ctx.message.channel.id, ctx.message.id
171-
)
171+
)
172172

173173
msg = ""
174174

0 commit comments

Comments
 (0)