Skip to content

Commit 3d0b43f

Browse files
remove extra indent
1 parent fc900e5 commit 3d0b43f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bot/decorators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ async def inner(self: Cog, ctx: Context, *args, **kwargs) -> None:
160160
async with ClientSession() as session:
161161
try:
162162
paste_response = await send_to_paste_service(
163-
files=[PasteFile(content=ctx.message.content, lexer="markdown")],
164-
http_session=session,
163+
files=[PasteFile(content=ctx.message.content, lexer="markdown")],
164+
http_session=session,
165165
)
166166
paste_link = paste_response.link
167167
except PasteUploadError:

0 commit comments

Comments
 (0)