style: remove extra whitespace and newlines

This commit is contained in:
Paul Gauthier (aider) 2024-12-01 08:06:24 -08:00
parent 679c960ea1
commit 633ba293a3

View file

@ -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.