mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: Format code with consistent string quotes and remove trailing whitespace
This commit is contained in:
parent
e5ca922ce8
commit
e4a238a05c
1 changed files with 2 additions and 2 deletions
|
@ -614,7 +614,7 @@ class Coder:
|
|||
all_fnames = defaultdict(set)
|
||||
for fname in self.get_all_relative_files():
|
||||
# Skip empty paths or just '.'
|
||||
if not fname or fname == '.':
|
||||
if not fname or fname == ".":
|
||||
continue
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue