From 633ba293a363279ab3f9a384a1de48eb5b39ee78 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 1 Dec 2024 08:06:24 -0800 Subject: [PATCH] style: remove extra whitespace and newlines --- aider/watch.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aider/watch.py b/aider/watch.py index 0c67743e3..3844cff48 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -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.