style: fix whitespace in FileWatcher class

This commit is contained in:
Paul Gauthier (aider) 2024-12-01 07:55:43 -08:00
parent 8b7fa6f845
commit 344d90aea0

View file

@ -166,7 +166,7 @@ class FileWatcher:
for fname in self.changed_files: for fname in self.changed_files:
_, _, has_bang = self.get_ai_comments(fname) _, _, has_bang = self.get_ai_comments(fname)
has_bangs |= has_bang has_bangs |= has_bang
if fname in self.coder.abs_fnames: if fname in self.coder.abs_fnames:
continue continue
self.coder.abs_fnames.add(fname) self.coder.abs_fnames.add(fname)