Skip to content

Commit ed077b8

Browse files
committed
Fix indentation error
1 parent 9a93600 commit ed077b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/modmail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ async def logs(self, ctx, *, member: discord.Member=None):
216216
if current_day != new_day or index == len(logs) - 1:
217217
embeds[-1].add_field(name=current_day, value=fmt)
218218
current_day = new_day
219-
fmt = ''
219+
fmt = ''
220220

221221
session = PaginatorSession(ctx, *embeds)
222222
await session.run()

0 commit comments

Comments
 (0)