Skip to content

Commit

Permalink
fix: Indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
DA-344 committed Dec 11, 2024
1 parent 28fab35 commit c378d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discord/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,8 @@ async def runner():
if not self.is_closed():
self.loop.run_until_complete(self.close())

_log.info("Cleaning up tasks.")
_cleanup_loop(self.loop)
_log.info("Cleaning up tasks.")
_cleanup_loop(self.loop)

# properties

Expand Down

0 comments on commit c378d41

Please sign in to comment.