mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 12:14:59 +00:00
style: fix whitespace and comment formatting
This commit is contained in:
parent
dbefa6b010
commit
f5ca162576
1 changed files with 3 additions and 3 deletions
|
@ -1246,7 +1246,7 @@ class Commands:
|
||||||
output = f"{announcements}\n{settings}"
|
output = f"{announcements}\n{settings}"
|
||||||
self.io.tool_output(output)
|
self.io.tool_output(output)
|
||||||
|
|
||||||
#ai add cmd_save(fname) that generates a file that cmd_load can read!
|
# ai add cmd_save(fname) that generates a file that cmd_load can read!
|
||||||
def cmd_load(self, args):
|
def cmd_load(self, args):
|
||||||
"Load and execute commands from a file"
|
"Load and execute commands from a file"
|
||||||
if not args.strip():
|
if not args.strip():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue