mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: format code with linter adjustments
This commit is contained in:
parent
537f5a1f98
commit
2d5db0dc23
1 changed files with 3 additions and 1 deletions
|
@ -280,7 +280,9 @@ class InputOutput:
|
|||
if self.completion_menu_current_color:
|
||||
completion_menu_current_style.append(self.completion_menu_current_color)
|
||||
if completion_menu_current_style:
|
||||
style_dict["completion-menu.completion.current"] = " ".join(completion_menu_current_style)
|
||||
style_dict["completion-menu.completion.current"] = " ".join(
|
||||
completion_menu_current_style
|
||||
)
|
||||
|
||||
return Style.from_dict(style_dict)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue