style: fix whitespace in base_coder.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-26 06:33:37 -08:00
parent 635a5196e8
commit 885e5cbd7c

View file

@ -595,7 +595,7 @@ class Coder:
# Skip files that share names with existing files
if Path(fname).name in existing_files:
continue
base = Path(fname).with_suffix("").name.lower()
if len(base) >= 5:
all_fnames[base].add(fname)