mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: remove extra whitespace and newlines
This commit is contained in:
parent
679c960ea1
commit
633ba293a3
1 changed files with 1 additions and 3 deletions
|
@ -75,7 +75,7 @@ class FileWatcher:
|
|||
self.watcher_thread = None
|
||||
self.changed_files = set()
|
||||
self.gitignores = gitignores
|
||||
|
||||
|
||||
# Create filter function during initialization
|
||||
gitignore_paths = [Path(g) for g in self.gitignores] if self.gitignores else []
|
||||
gitignore_spec = load_gitignores(gitignore_paths)
|
||||
|
@ -190,8 +190,6 @@ class FileWatcher:
|
|||
comment for comments in ai_comments.values() if comments for comment in comments
|
||||
)
|
||||
|
||||
|
||||
|
||||
res = """The "ai" comments below can be found in the code files I've shared with you.
|
||||
They contain your instructions.
|
||||
Make the requested changes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue