mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Remove trailing whitespaces in commands.py
This commit is contained in:
parent
1313cd8216
commit
d68e2b33fb
1 changed files with 2 additions and 2 deletions
|
@ -1430,7 +1430,7 @@ class Commands:
|
||||||
# Output announcements
|
# Output announcements
|
||||||
announcements = "\n".join(self.coder.get_announcements())
|
announcements = "\n".join(self.coder.get_announcements())
|
||||||
self.io.tool_output(announcements)
|
self.io.tool_output(announcements)
|
||||||
|
|
||||||
def cmd_think(self, args):
|
def cmd_think(self, args):
|
||||||
"Alias for think-tokens command"
|
"Alias for think-tokens command"
|
||||||
return self.cmd_think_tokens(args)
|
return self.cmd_think_tokens(args)
|
||||||
|
@ -1453,7 +1453,7 @@ class Commands:
|
||||||
# Output announcements
|
# Output announcements
|
||||||
announcements = "\n".join(self.coder.get_announcements())
|
announcements = "\n".join(self.coder.get_announcements())
|
||||||
self.io.tool_output(announcements)
|
self.io.tool_output(announcements)
|
||||||
|
|
||||||
def cmd_reason(self, args):
|
def cmd_reason(self, args):
|
||||||
"Alias for reasoning-effort command"
|
"Alias for reasoning-effort command"
|
||||||
return self.cmd_reasoning_effort(args)
|
return self.cmd_reasoning_effort(args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue