mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +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.watcher_thread = None
|
||||||
self.changed_files = set()
|
self.changed_files = set()
|
||||||
self.gitignores = gitignores
|
self.gitignores = gitignores
|
||||||
|
|
||||||
# Create filter function during initialization
|
# Create filter function during initialization
|
||||||
gitignore_paths = [Path(g) for g in self.gitignores] if self.gitignores else []
|
gitignore_paths = [Path(g) for g in self.gitignores] if self.gitignores else []
|
||||||
gitignore_spec = load_gitignores(gitignore_paths)
|
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
|
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.
|
res = """The "ai" comments below can be found in the code files I've shared with you.
|
||||||
They contain your instructions.
|
They contain your instructions.
|
||||||
Make the requested changes.
|
Make the requested changes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue