superfluous

This commit is contained in:
Will McGugan
2024-11-27 11:59:47 +00:00
parent 93c1cd3fba
commit 3072e7cf3b

View File

@@ -1122,7 +1122,6 @@ class CommandPalette(SystemModalScreen[None]):
)
yield Content.from_rich_text(hit.help).stylize_before(help_style)
prompt = list(build_prompt())[0]
prompt = Content("\n").join(build_prompt())
gathered_commands.append(Command(prompt, hit, id=str(command_id)))