Skip to content

Commit ca02cb1

Browse files
Fix missing new line.
1 parent 84adf54 commit ca02cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def format_cog_help(self, cog, *, no_cog=False):
5050
format_ += (
5151
f"- {cmd.short_doc}\n"
5252
if not cmd.short_doc == ""
53-
else "- No description."
53+
else "- No description.\n"
5454
)
5555
if not format_.strip():
5656
continue

0 commit comments

Comments
 (0)