style: remove extra newlines and fix trailing comma

This commit is contained in:
Paul Gauthier (aider) 2024-10-29 12:48:21 -07:00
parent 18c41b6128
commit 0c37f002c9
2 changed files with 1 additions and 3 deletions

View file

@ -652,7 +652,7 @@ class TestCommands(TestCase):
test_files = {
"file1.txt": "Content of file 1",
"file2.py": "print('Content of file 2')",
"subdir/file3.md": "# Content of file 3"
"subdir/file3.md": "# Content of file 3",
}
for file_path, content in test_files.items():